コード例 #1
0
 /**
  * @covers ZfcUser\Options\ModuleOptions::getEnableRegistration
  */
 public function testGetEnableRegistration()
 {
     $this->assertTrue($this->options->getEnableRegistration());
 }