TextTest::testIntl PHP Method

testIntl() public method

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