diff --git a/DeprecationErrorHandler.php b/DeprecationErrorHandler.php index 5502fdd..2b1b590 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;