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