Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit d5af669

Browse files
committed
fixed phpunit interface
1 parent b98e9bf commit d5af669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpunit7-interfaces.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace PHPUnit\Framework {
66
if (!interface_exists(Test::class, false)) {
7-
interface Test {
7+
interface Test extends \Countable {
88
public function run(TestResult $result = null);
99
}
1010

0 commit comments

Comments
 (0)