We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555c642 commit 86c527cCopy full SHA for 86c527c
composer.json
@@ -16,7 +16,7 @@
16
"rexxars/html-validator": ">=2.2"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^7.0 | <10.0",
+ "phpunit/phpunit": "^7.0 | <11.0",
20
"phpfui/phpunit-syntax-coverage": ">=1.0",
21
"roave/security-advisories": "dev-latest",
22
"friendsofphp/php-cs-fixer": "^3.2",
src/PHPFUI/HTMLUnitTester/Extensions.php
@@ -12,7 +12,7 @@
12
13
namespace PHPFUI\HTMLUnitTester;
14
15
-class Extensions extends \PHPUnit\Framework\TestCase implements \PHPUnit\Runner\Hook
+class Extensions extends \PHPUnit\Framework\TestCase
{
private static ?\PHPFUI\HTMLUnitTester\Throttle $throttle = null;
0 commit comments