Skip to content

Commit

Permalink
test name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
duq committed Jan 11, 2019
1 parent 4324afe commit a20096b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Mockery/MockingNullableMethodsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function itShouldAllowPrimitiveNullableToBeNull()
/**
* @test
*/
public function itShouldAllowPrimitiveNullabeToBeSet()
public function itShouldAllowPrimitiveNullableToBeSet()
{
$mock = mock("test\Mockery\Fixtures\MethodWithNullableReturnType");

Expand Down

0 comments on commit a20096b

Please sign in to comment.