瀏覽代碼

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