summaryrefslogtreecommitdiff
path: root/README.TESTING
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-08 09:35:53 -0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-02-08 17:18:26 +0100
commit420712415a0948bb38c1c37cdf7f43214f0ad5f3 (patch)
tree8f1ae4dfb5cea9fe055aaf728a0510e60230cf77 /README.TESTING
parent47b90e910b1e58f8b35f79fb5cffe41df908e4a3 (diff)
downloadphp-git-420712415a0948bb38c1c37cdf7f43214f0ad5f3.tar.gz
Fix SKIPIF section
Diffstat (limited to 'README.TESTING')
-rw-r--r--README.TESTING2
1 files changed, 1 insertions, 1 deletions
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