]> granicus.if.org Git - php/commitdiff
Fix SKIPIF section
authorGabriel Caruso <carusogabriel34@gmail.com>
Thu, 8 Feb 2018 11:35:53 +0000 (09:35 -0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 8 Feb 2018 16:18:26 +0000 (17:18 +0100)
README.TESTING

index 0b39a4bdd58fc36265cd7360eff05958d07c10ae..dfb6a757d35e33acf23308dc5d348007d107ca9c 100644 (file)
@@ -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