DataTest::testJson PHP 메소드

testJson() 공개 메소드

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