Skip to content

Commit

Permalink
Update the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rogers committed May 14, 2018
1 parent 6e01057 commit a0c7499
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/JsonParseTest.php
Expand Up @@ -58,14 +58,4 @@ public function it_can_throw_generic_error_on_decode()
JsonParse::decode($jsonString, true);
}

/**
* @test
* @expectedException Midnite81\JsonParser\Exceptions\SyntaxErrorException
*/
public function it_can_throw_error_on_decode()
{
$jsonString = '{"message":"Hello ';

JsonParse::decode($jsonString, true);
}
}

0 comments on commit a0c7499

Please sign in to comment.