DataTest::testJson PHP Метод

testJson() публичный Метод

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