Skip to content

Commit

Permalink
Fix: Regenerate global assert wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyuki authored and sebastianbergmann committed Aug 27, 2020
1 parent d4480fa commit a404c34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Framework/Assert/Functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

use function func_get_args;
use ArrayAccess;
use Countable;
use DOMDocument;
use DOMElement;
use PHPUnit\Framework\Constraint\ArrayHasKey;
use PHPUnit\Framework\Constraint\Callback;
use PHPUnit\Framework\Constraint\ClassHasAttribute;
Expand Down

0 comments on commit a404c34

Please sign in to comment.