Fix PHPUnit version for tests (#6736)

This commit is contained in:
Artur Weigandt
2024-08-26 09:52:36 +02:00
committed by GitHub
parent 8ca70040b9
commit 6be98417fc

View File

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