[]]; $serviceManager = new ServiceManager(); $serviceManager->setService('Config', $config); $factory = new ModuleOptionsFactory(); $options = $factory->createService($serviceManager); $this->assertInstanceOf('LmcRbacMvc\Options\ModuleOptions', $options); } }