Skip to content

Commit d4480fa

Browse files
ngyukisebastianbergmann
authored andcommitted
Fix: invalid reference in generate-global-assert-wrappers.php
1 parent 34f20ce commit d4480fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/scripts/generate-global-assert-wrappers.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
namespace PHPUnit\Framework;
2222
2323
use ArrayAccess;
24+
use Countable;
25+
use DOMDocument;
26+
use DOMElement;
2427
use PHPUnit\Framework\Constraint\Constraint;
2528
use PHPUnit\Framework\ExpectationFailedException;
2629
use PHPUnit\Framework\MockObject\Rule\AnyInvokedCount as AnyInvokedCountMatcher;

0 commit comments

Comments
 (0)