Essence\Utility\JsonTest::testParseInvalid PHP Method

testParseInvalid() public method

public testParseInvalid ( )
    public function testParseInvalid()
    {
        $this->setExpectedException('Exception');
        Json::parse($this->invalid);
    }