TextTest::testIntl PHP Метод

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

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