aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Artur Weigandt <Art4@users.noreply.github.com> 2024-08-26 09:52:36 +0200
committerGravatar GitHub <noreply@github.com> 2024-08-26 09:52:36 +0200
commit6be98417fc614eefa827b827aa2b75adf0618ff4 (patch)
tree4d79132f631d4aaa1aba70720747c62a54a2f0c3 /tests
parent8ca70040b9324b6b9c2dc3039e1f9e2123cef18a (diff)
Fix PHPUnit version for tests (#6736)
Diffstat (limited to 'tests')
-rw-r--r--tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index fbc38ac4d..311461d0c 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -2,7 +2,7 @@
```sh
cd ./tests/
-wget https://phar.phpunit.de/phpunit.phar
+wget -O phpunit.phar https://phar.phpunit.de/phpunit-9.phar
php phpunit.phar --bootstrap bootstrap.php
```