DataTest::testJson PHP Méthode

testJson() public méthode

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