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 7707960 commit f71e6c3Copy full SHA for f71e6c3
tests/TestCase.php
@@ -31,7 +31,7 @@ protected function setUp(): void
31
}
32
33
/**
34
- * Set up Log facade mocking to handle Laravel infrastructure calls without
+ * Set up Log facade mocking to handle Laravel infrastructure calls without
35
* interfering with explicit test expectations for application logging.
36
*/
37
protected function setupLogMocking(): void
@@ -42,7 +42,7 @@ protected function setupLogMocking(): void
42
Log::shouldReceive('channel')
43
->andReturnSelf()
44
->byDefault();
45
-
+
46
// Laravel's HandleExceptions calls warning() for deprecation notices
47
Log::shouldReceive('warning')
48
0 commit comments