Преглед на файлове

Update PHPUnit version (#3487)

Tests weren't running with the previous version because of a reserved word in PHP8. The latest version of the library fixes that.
See https://github.com/sebastianbergmann/phpunit/issues/4373 for more
information.
Alexis Degrugillier преди 5 години
родител
ревизия
6be9797a26
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -69,8 +69,8 @@ lint-fix: bin/phpcbf ## Fix the errors detected by the linter
 
 bin/phpunit:
 	mkdir -p bin/
-	wget -O bin/phpunit https://phar.phpunit.de/phpunit-7.5.9.phar
-	echo '5404288061420c3921e53dd3a756bf044be546c825c5e3556dea4c51aa330f69 bin/phpunit' | sha256sum -c - || rm bin/phpunit
+	wget -O bin/phpunit https://phar.phpunit.de/phpunit-9.5.2.phar
+	echo 'bcf913565bc60dfb5356cf67cbbccec1d8888dbd595b0fbb8343a5019342c67c bin/phpunit' | sha256sum -c - || rm bin/phpunit
 
 bin/phpcs:
 	mkdir -p bin/