TextTest::testIntl PHP 메소드

testIntl() 공개 메소드

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