php-src/sapi/cgi/tests
Christoph M. Becker 1acac320c5 Clean up server-tests.php remains
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>
2018-11-23 16:24:51 +01:00
..
001.phpt
002.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
003.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
004.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
005-win32.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
005.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
006.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
007.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
008.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
009.phpt MFH 2009-04-24 19:48:41 +00:00
010.phpt Implement RFC https://wiki.php.net/rfc/default_encoding 2014-02-13 11:54:52 +09:00
011.phpt Implement RFC https://wiki.php.net/rfc/default_encoding 2014-02-13 11:54:52 +09:00
apache_request_headers.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
apache_response_headers.phpt Fix #76954: apache_response_headers removes last character from header name 2018-10-08 12:29:31 +02:00
bug61605.phpt This test depends on expose_php being on 2014-07-14 08:21:27 -07:00
bug69487.phpt Clean up server-tests.php remains 2018-11-23 16:24:51 +01:00
bug75574_utf8.phpt Make more tests run on Linux 2018-08-28 21:20:00 -03:00
include.inc Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
skipif.inc tweak cgi binary search 2015-09-30 11:13:27 +02:00