Beispiel #1
0
 public function testGetHash()
 {
     $hash = $this->object->getHash();
     self::assertTrue(is_string($hash) && strlen($hash) > 7, 'hash is a non-empty string');
 }