Skip to content

Commit a404c34

Browse files
ngyukisebastianbergmann
authored andcommitted
Fix: Regenerate global assert wrapper
1 parent d4480fa commit a404c34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Framework/Assert/Functions.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
use function func_get_args;
1313
use ArrayAccess;
14+
use Countable;
15+
use DOMDocument;
16+
use DOMElement;
1417
use PHPUnit\Framework\Constraint\ArrayHasKey;
1518
use PHPUnit\Framework\Constraint\Callback;
1619
use PHPUnit\Framework\Constraint\ClassHasAttribute;

0 commit comments

Comments
 (0)