Example #1
0
 /**
  * @covers ZfcUser\Authentication\Adapter\Db::preprocessCredential
  * @covers ZfcUser\Authentication\Adapter\Db::setCredentialPreprocessor
  * @covers ZfcUser\Authentication\Adapter\Db::getCredentialPreprocessor
  */
 public function testPreprocessCredentialWithoutCallable()
 {
     $this->db->setCredentialPreprocessor(false);
     $this->assertSame('zfcUser', $this->db->preprocessCredential('zfcUser'));
 }