Skip to content

Commit f71a49f

Browse files
committed
Fix: Use appropriate system under test
1 parent be5f915 commit f71a49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Unit/Exception/InvalidPhaseIdentifierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class InvalidPhaseIdentifierTest extends Framework\TestCase
2626

2727
public function testBlankOrEmptyReturnsException(): void
2828
{
29-
$exception = Exception\InvalidTestIdentifier::blankOrEmpty();
29+
$exception = Exception\InvalidPhaseIdentifier::blankOrEmpty();
3030

3131
self::assertSame('Value can not be blank or empty.', $exception->getMessage());
3232
}

0 commit comments

Comments
 (0)