Ejemplo n.º 1
0
 /**
  * @test
  */
 public function setHashSetsHash()
 {
     $this->fixture->setHash('foo');
     $this->assertEquals($this->fixture->getHash(), 'foo');
 }