summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-01-05 17:14:17 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-01-14 18:31:25 +0100
commitf6fbe13717c817cd9b4761bfad9f62fd8d3fa6b4 (patch)
treec1a47bca41017c18eef05e7635c1fa5a46b3c2f8 /UPGRADING
parent03bd4333f62d89047ba4e9ce3625e44c063391de (diff)
downloadphp-git-f6fbe13717c817cd9b4761bfad9f62fd8d3fa6b4.tar.gz
Rename run-test.php to run-tests.php in the test packs
In the php-src repository, the test runner is named run-tests.php, but when it is copied to the tests packs, it is renamed to run-test.php. This renaming does not make sense, and is actually somewhat confusing. Although changing the name back to run-tests.php constitutes a BC break, we think the benefit of having a single name outweights the disadvantages in the long run.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 8ffbbbb5a7..b67ae6d61c 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -413,6 +413,10 @@ PHP 8.0 UPGRADE NOTES
12. Windows Support
========================================
+- php-test-pack:
+ . The test runner has been renamed from run-test.php to run-tests.php, to
+ match its name in php-src.
+
========================================
13. Other Changes
========================================