We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71a49f commit 75e490fCopy full SHA for 75e490f
test/Unit/Exception/InvalidPhaseIdentifierTest.php
@@ -14,16 +14,13 @@
14
namespace Ergebnis\PHPUnit\SlowTestDetector\Test\Unit\Exception;
15
16
use Ergebnis\PHPUnit\SlowTestDetector\Exception;
17
-use Ergebnis\PHPUnit\SlowTestDetector\Test;
18
use PHPUnit\Framework;
19
20
/**
21
* @covers \Ergebnis\PHPUnit\SlowTestDetector\Exception\InvalidPhaseIdentifier
22
*/
23
final class InvalidPhaseIdentifierTest extends Framework\TestCase
24
{
25
- use Test\Util\Helper;
26
-
27
public function testBlankOrEmptyReturnsException(): void
28
29
$exception = Exception\InvalidPhaseIdentifier::blankOrEmpty();
0 commit comments