Explorar o código

Fix PHPUnit version for tests (#6736)

Artur Weigandt hai 1 ano
pai
achega
6be98417fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/README.md

+ 1 - 1
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
 ```