Skip to content

Commit

Permalink
Merge pull request #204 from Yoast/feature/2.x/tests-minor-fix
Browse files Browse the repository at this point in the history
Tests: add missing import use statement
  • Loading branch information
jrfnl authored Oct 3, 2024
2 parents 8002220 + 92e060c commit 8d8d1f7
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 8d8d1f7

Please sign in to comment.