Skip to content

Commit 1b55cec

Browse files
committed
minor symfony#57403 [PhpUnitBridge] Add missing import (HypeMC)
This PR was merged into the 5.4 branch. Discussion ---------- [PhpUnitBridge] Add missing import | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT Follow up to symfony#57110, looks like I forgot to commit the use statement. 😞 Commits ------- 661e79a [PhpUnitBridge] Add missing import
2 parents e6a26db + 661e79a commit 1b55cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace Symfony\Bridge\PhpUnit;
1313

14+
use PHPUnit\Framework\TestCase;
1415
use PHPUnit\Framework\TestResult;
1516
use PHPUnit\Runner\ErrorHandler;
1617
use PHPUnit\Util\Error\Handler;

0 commit comments

Comments
 (0)