Exemplo n.º 1
0
 /**
  * test
  *
  * @return void
  */
 public function test()
 {
     $factory = new Config();
     $service = $factory->createService($this->getMockServiceLocator());
     $this->assertInstanceOf('\\RcmUser\\Config\\Config', $service);
     //
 }