TextTest::testCtype PHP Method

testCtype() public method

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