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 16ee20e commit 74f6a1eCopy full SHA for 74f6a1e
tests/LoggableTraitTest.php
@@ -20,7 +20,7 @@ public function it_supports_psr3_methods_for_logging()
20
}
21
22
/** @test */
23
- public function it_supports_context_for_psr3_methods_which_is_transformed_to_readable_dump()
+ public function psr3_methods_are_supporting_context_and_it_is_logged_as_readable_dump()
24
{
25
Artisan::call('command-with-context-logging');
26
0 commit comments