TextTest::testCtype PHP Метод

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

public testCtype ( )
    public function testCtype()
    {
        $result = Morse::featureExists('text/ctype');
        $this->assertTrue($result === true || $result === false);
    }