mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
![]() sapi/tests/ has been introduced as a generic means to test different SAPIs[1]. run-tests2.php has later be renamed to server-tests.php and recently been dropped[2]. However, the sapi/tests/test00?.php test cases remained, even though they make no sense for run-tests.php, since they use an unsupported format for the `--ENV--` section and the completely unsupported `--HEADERS--` section, respectively. While these tests ran successfully under run-tests.php, that was only by accident, and they did not really test something useful. Therefore, we remove these tests altogether. sapi/tests/bug69487.phpt is actually a CGI test (CGI is enforced due to the `--POST--` section), so we move it to sapi/cgi/tests, which leaves sapi/tests/ empty. Thus, we also remove the sapi/ directory from run-tests.php. Finally, we remove the `--HEADERS--` and `--REQUEST--` sections from the list of allowed run-tests.php sections. [1] <http://git.php.net/?p=php-src.git;a=commit;h=b671380b6b5b6e1f4f235e810afa4199e989d2ba> [2] <http://git.php.net/?p=php-src.git;a=commit;h=4f36acb9e65935aa657f1f22e2320a401bdbdad3> |
||
---|---|---|
.. | ||
001.phpt | ||
002.phpt | ||
003.phpt | ||
004.phpt | ||
005-win32.phpt | ||
005.phpt | ||
006.phpt | ||
007.phpt | ||
008.phpt | ||
009.phpt | ||
010.phpt | ||
011.phpt | ||
apache_request_headers.phpt | ||
apache_response_headers.phpt | ||
bug61605.phpt | ||
bug69487.phpt | ||
bug75574_utf8.phpt | ||
include.inc | ||
skipif.inc |