diff --git a/DeprecationErrorHandler.php b/DeprecationErrorHandler.php index 13c9efd..8f00059 100644 --- a/DeprecationErrorHandler.php +++ b/DeprecationErrorHandler.php @@ -11,6 +11,7 @@ namespace Symfony\Bridge\PhpUnit; +use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestResult; use PHPUnit\Runner\ErrorHandler; use PHPUnit\Util\Error\Handler;