Skip to content

Commit 4d3ce9a

Browse files
committed
ITT: Test names fixed.
1 parent 948d160 commit 4d3ce9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Asserts/ArtisanAssertsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function it_has_see_artisan_output_assertion()
1111
}
1212

1313
/** @test */
14-
public function which_accepts_file_path_as_output_parameter()
14+
public function which_accepts_file_path_instead_of_string_output()
1515
{
1616
$this->artisan('generic');
1717

@@ -27,7 +27,7 @@ public function it_has_dont_see_artisan_output_assertion()
2727
}
2828

2929
/** @test */
30-
public function which_also_accepts_file_path_as_output_parameter()
30+
public function which_also_accepts_file_path_instead_of_string_output()
3131
{
3232
$this->artisan('generic');
3333

0 commit comments

Comments
 (0)