From 92e060ce96c0f4625fe834913866ac82aad8febb Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 7 Sep 2024 06:45:30 +0200 Subject: [PATCH] Tests: add missing import use statement Didn't break anything (yet) as the testlistener tests aren't being run against PHPUnit 10+ (yet), but should still be fixed ;-) --- tests/TestListeners/Fixtures/TestErrorPHPUnitGte7.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestListeners/Fixtures/TestErrorPHPUnitGte7.php b/tests/TestListeners/Fixtures/TestErrorPHPUnitGte7.php index 81b89c8..1f7778c 100644 --- a/tests/TestListeners/Fixtures/TestErrorPHPUnitGte7.php +++ b/tests/TestListeners/Fixtures/TestErrorPHPUnitGte7.php @@ -4,6 +4,7 @@ use Exception; use PHPUnit\Framework\Attributes\CoversNothing; +use PHPUnit\Framework\Attributes\RequiresPhpunit; use PHPUnit\Framework\TestCase; /**