Extension\BuiltIn\CharMethodTest::testModifications PHP Method

testModifications() public method

public testModifications ( )
    public function testModifications()
    {
        $t = new CharMethods();
        $this->assertSame('61', $t->getHex());
        $this->assertSame('68656C6C6F', $t->getHexForString('hello'));
    }
CharMethodTest