예제 #1
0
 /**
  * @covers ZfcUser\Authentication\Adapter\Db::setHydrator
  * @covers ZfcUser\Authentication\Adapter\Db::getHydrator
  */
 public function testSetHydrator()
 {
     $this->db->setHydrator($this->hydrator);
     $this->assertSame($this->hydrator, $this->db->getHydrator());
 }