Skip to content

Commit 014e97f

Browse files
committed
Fix typo
1 parent 5401ea5 commit 014e97f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

php/BuildPhp/config/tests.config.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"7.0": {"runner": "run-test.php", "workers": "", "progress": ""},
3-
"7.1": {"runner": "run-test.php", "workers": "", "progress": ""},
4-
"7.2": {"runner": "run-test.php", "workers": "", "progress": ""},
5-
"7.3": {"runner": "run-test.php", "workers": "", "progress": ""},
6-
"7.4": {"runner": "run-test.php", "workers": "-jNumWorkers", "progress": ""},
7-
"8.0": {"runner": "run-test.php", "workers": "-jNumWorkers", "progress": ""},
8-
"8.1": {"runner": "run-test.php", "workers": "-jNumWorkers", "progress": ""},
2+
"7.0": {"runner": "run-tests.php", "workers": "", "progress": ""},
3+
"7.1": {"runner": "run-tests.php", "workers": "", "progress": ""},
4+
"7.2": {"runner": "run-tests.php", "workers": "", "progress": ""},
5+
"7.3": {"runner": "run-tests.php", "workers": "", "progress": ""},
6+
"7.4": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": ""},
7+
"8.0": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": ""},
8+
"8.1": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": ""},
99
"8.2": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"},
1010
"8.3": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"},
1111
"8.4": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"},

0 commit comments

Comments
 (0)