Skip to content

Commit

Permalink
Tests: add missing import use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Sep 7, 2024
1 parent 562f449 commit 8d7eb9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestListeners/Fixtures/TestErrorPHPUnitGte7.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Exception;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\RequiresPhpunit;
use PHPUnit\Framework\TestCase;

/**
Expand Down

0 comments on commit 8d7eb9e

Please sign in to comment.