From 420712415a0948bb38c1c37cdf7f43214f0ad5f3 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Thu, 8 Feb 2018 09:35:53 -0200 Subject: [PATCH] Fix SKIPIF section --- README.TESTING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1