TextTest::testIconv PHP Method

testIconv() public method

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