Skip to content

Commit

Permalink
ITT: Test names fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Dec 22, 2016
1 parent 948d160 commit 4d3ce9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Asserts/ArtisanAssertsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function it_has_see_artisan_output_assertion()
}

/** @test */
public function which_accepts_file_path_as_output_parameter()
public function which_accepts_file_path_instead_of_string_output()
{
$this->artisan('generic');

Expand All @@ -27,7 +27,7 @@ public function it_has_dont_see_artisan_output_assertion()
}

/** @test */
public function which_also_accepts_file_path_as_output_parameter()
public function which_also_accepts_file_path_instead_of_string_output()
{
$this->artisan('generic');

Expand Down

0 comments on commit 4d3ce9a

Please sign in to comment.