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 948d160 commit 4d3ce9aCopy full SHA for 4d3ce9a
tests/Asserts/ArtisanAssertsTest.php
@@ -11,7 +11,7 @@ public function it_has_see_artisan_output_assertion()
11
}
12
13
/** @test */
14
- public function which_accepts_file_path_as_output_parameter()
+ public function which_accepts_file_path_instead_of_string_output()
15
{
16
$this->artisan('generic');
17
@@ -27,7 +27,7 @@ public function it_has_dont_see_artisan_output_assertion()
27
28
29
30
- public function which_also_accepts_file_path_as_output_parameter()
+ public function which_also_accepts_file_path_instead_of_string_output()
31
32
33
0 commit comments