public function testMd5()
 {
     $this->assertRegExp('/^[a-z0-9]{32}$/', Miscellaneous::md5());
 }