Example #1
0
 public function testMd5()
 {
     $string = new Str('Hello World');
     $this->assertEquals(md5('Hello World'), $string->md5());
 }