Skip to content

Commit a7df996

Browse files
PratikshaPratiksha
authored andcommitted
enabled the mocking of final classes in PHPUnit
1 parent ae085cf commit a7df996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Authentication/NoAuthUnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final class NoAuthUnitTest extends TestCase
1212
private NoAuth $auth;
1313
private RequestInterface $requestMock;
1414

15-
#[\Override]
15+
#[\Override]
1616
protected function setUp(): void
1717
{
1818
BypassFinals::enable();

0 commit comments

Comments
 (0)