Skip to content

Commit 75e490f

Browse files
committed
Fix: Remove unused import
1 parent f71a49f commit 75e490f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Unit/Exception/InvalidPhaseIdentifierTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@
1414
namespace Ergebnis\PHPUnit\SlowTestDetector\Test\Unit\Exception;
1515

1616
use Ergebnis\PHPUnit\SlowTestDetector\Exception;
17-
use Ergebnis\PHPUnit\SlowTestDetector\Test;
1817
use PHPUnit\Framework;
1918

2019
/**
2120
* @covers \Ergebnis\PHPUnit\SlowTestDetector\Exception\InvalidPhaseIdentifier
2221
*/
2322
final class InvalidPhaseIdentifierTest extends Framework\TestCase
2423
{
25-
use Test\Util\Helper;
26-
2724
public function testBlankOrEmptyReturnsException(): void
2825
{
2926
$exception = Exception\InvalidPhaseIdentifier::blankOrEmpty();

0 commit comments

Comments
 (0)