Преглед изворни кода

Fix PHPUnit version for tests (#6736)

Artur Weigandt пре 1 година
родитељ
комит
6be98417fc
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 ```