Esempio n. 1
0
 /**
  * @description MD5 Hashing Implementation
  */
 function md5hash()
 {
     $this->assertEquals(hash::md5('helloworld'), 'fc5e038d38a57032085441e7fe7010b0');
 }