Extension\BuiltIn\CharMethodTest::testModifications PHP 메소드

testModifications() 공개 메소드

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