- fix tests
[m6w6/ext-http] / tests / HttpRequestPool_001.phpt
index fd3853ad0556dbaea5c04d19a5beba3f1dbd59f5..3eecd11acbb15fcbdee7dc0dd1b0a6b396eb59fc 100644 (file)
@@ -3,7 +3,8 @@ HttpRequestPool
 --SKIPIF--
 <?php
 include 'skip.inc';
-(5 > (int) PHP_VERSION) and die('skip PHP5 is required for Http classes');
+checkver(5);
+checkurl('http://www.php.net');
 ?>
 --FILE--
 <?php