Ejemplo n.º 1
0
 public function testMd5()
 {
     $s = new StringObject('abc');
     #$s->md5();
     $this->assertSame(md5('abc'), $s->md5()->val());
 }