Skip to content

Commit 4207124

Browse files
carusogabrielcmb69
authored andcommittedFeb 8, 2018
Fix SKIPIF section
1 parent 47b90e9 commit 4207124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.TESTING

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test scripts by extracting all directories named "tests"
6161
from the source root and any subdirectories below. If there are files,
6262
which have a "phpt" extension, "run-tests.php" looks at the sections
6363
in these files, determines whether it should run it, by evaluating
64-
the 'SKIP' section. If the test is eligible for execution, the 'FILE'
64+
the 'SKIPIF' section. If the test is eligible for execution, the 'FILE'
6565
section is extracted into a ".php" file (with the same name besides
6666
the extension) and gets executed.
6767
When an argument is given or TESTS environment variable is set, the

0 commit comments

Comments
 (0)
Please sign in to comment.