TextTest::testMultibyte PHP Метод

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

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