* dep files
[m6w6/ext-http] / tests / skip.inc
1 <?php
2 extension_loaded('http') or die('skip ext/http not available');
3 strncasecmp(PHP_SAPI, 'CLI', 3) or die('skip cannot run tests with CLI');
4 ?>