Skip to content

Commit

Permalink
IHF: Formatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Sep 27, 2016
1 parent 82638ce commit 93098ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/json/IsJsonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function it_returns_false_for_object()
}

/** @test */
public function it_returns_false_for_non_json_string_and_second_argument_passed()
public function it_returns_false_for_non_json_and_second_argument_passed()
{
$this->assertFalse(is_json('non-json string', true));
}
Expand Down

0 comments on commit 93098ae

Please sign in to comment.