Ejemplo n.º 1
0
 /**
  * @covers ZfcUser\Options\ModuleOptions::getLoginAfterRegistration
  * @covers ZfcUser\Options\ModuleOptions::setLoginAfterRegistration
  */
 public function testSetGetLoginAfterRegistration()
 {
     $this->options->setLoginAfterRegistration(false);
     $this->assertFalse($this->options->getLoginAfterRegistration());
 }