Skip to content

Commit f71e6c3

Browse files
committed
Githook check
1 parent 7707960 commit f71e6c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected function setUp(): void
3131
}
3232

3333
/**
34-
* Set up Log facade mocking to handle Laravel infrastructure calls without
34+
* Set up Log facade mocking to handle Laravel infrastructure calls without
3535
* interfering with explicit test expectations for application logging.
3636
*/
3737
protected function setupLogMocking(): void
@@ -42,7 +42,7 @@ protected function setupLogMocking(): void
4242
Log::shouldReceive('channel')
4343
->andReturnSelf()
4444
->byDefault();
45-
45+
4646
// Laravel's HandleExceptions calls warning() for deprecation notices
4747
Log::shouldReceive('warning')
4848
->andReturnSelf()

0 commit comments

Comments
 (0)