DataTest::testJson PHP Method

testJson() public method

public testJson ( )
    public function testJson()
    {
        $result = Morse::featureExists('data/json');
        $this->assertTrue($result === true || $result === false);
    }
DataTest