Skip to content

Commit 86c527c

Browse files
committedApr 14, 2023
Support PHPUnit 10
1 parent 555c642 commit 86c527c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"rexxars/html-validator": ">=2.2"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^7.0 | <10.0",
19+
"phpunit/phpunit": "^7.0 | <11.0",
2020
"phpfui/phpunit-syntax-coverage": ">=1.0",
2121
"roave/security-advisories": "dev-latest",
2222
"friendsofphp/php-cs-fixer": "^3.2",

‎src/PHPFUI/HTMLUnitTester/Extensions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace PHPFUI\HTMLUnitTester;
1414

15-
class Extensions extends \PHPUnit\Framework\TestCase implements \PHPUnit\Runner\Hook
15+
class Extensions extends \PHPUnit\Framework\TestCase
1616
{
1717
private static ?\PHPFUI\HTMLUnitTester\Throttle $throttle = null;
1818

0 commit comments

Comments
 (0)
Please sign in to comment.