TextTest::testMultibyte PHP Méthode

testMultibyte() public méthode

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