From: Gabriel Caruso Date: Thu, 8 Feb 2018 11:35:53 +0000 (-0200) Subject: Fix SKIPIF section X-Git-Tag: php-7.3.0alpha1~468^2~8^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=420712415a0948bb38c1c37cdf7f43214f0ad5f3;p=php Fix SKIPIF section --- diff --git a/README.TESTING b/README.TESTING index 0b39a4bdd5..dfb6a757d3 100644 --- a/README.TESTING +++ b/README.TESTING @@ -61,7 +61,7 @@ test scripts by extracting all directories named "tests" from the source root and any subdirectories below. If there are files, which have a "phpt" extension, "run-tests.php" looks at the sections in these files, determines whether it should run it, by evaluating -the 'SKIP' section. If the test is eligible for execution, the 'FILE' +the 'SKIPIF' section. If the test is eligible for execution, the 'FILE' section is extracted into a ".php" file (with the same name besides the extension) and gets executed. When an argument is given or TESTS environment variable is set, the