예제 #1
0
 public function testGetHash()
 {
     $link = new Link('yolo');
     $this->assertEquals(sha1('yolo'), $link->getHash());
 }