mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
Revert "Temporarily skip test"
This reverts commit4e5a717866. As of commit17f7fb7605the test should no longer hang.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
Bug #60180 ($_SERVER["PHP_SELF"] incorrect)
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (substr(PHP_OS, 0, 3) == 'WIN') die("skip test hangs on Windows as of commit 30019f4");
|
||||
if(!file_exists(__DIR__."/../../../../sapi/cli/tests/php_cli_server.inc"))
|
||||
die("skip could not found cli server script");
|
||||
$res = @include __DIR__."/../../../../sapi/cli/tests/php_cli_server.inc";
|
||||
|
||||
Reference in New Issue
Block a user