TextTest::testIntl PHP Méthode

testIntl() public méthode

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