N98\Util\Unicode\CharsetTest::testConvertInteger PHP Method

testConvertInteger() public method

public testConvertInteger ( )
    public function testConvertInteger()
    {
        $this->assertEquals('✖', Charset::convertInteger(Charset::UNICODE_CROSS_CHAR));
        $this->assertEquals('✔', Charset::convertInteger(Charset::UNICODE_CHECKMARK_CHAR));
    }