Skip to content

Commit 35eaba5

Browse files
committed
fix: mark test method as override to ensure correct behavior
1 parent 0016986 commit 35eaba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Acceptance/App/TestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ protected function setUp(): void
3232
$state->countFeatures() === 0 and RuntimeBuilder::hydrateClasses($state);
3333
}
3434

35+
#[\Override]
3536
protected function runTest(): mixed
3637
{
3738
$container = ContainerFacade::$container;

0 commit comments

Comments
 (0)