| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | public function testFactory() |
||
| 11 | { |
||
| 12 | $serviceManager = new ServiceManager(); |
||
| 13 | $serviceManager->setService('HtImg\ModuleOptions', new ModuleOptions); |
||
| 14 | $factory = new CacheManagerFactory(); |
||
| 15 | $this->assertInstanceOf('HtImgModule\Service\CacheManager', $factory->createService($serviceManager)); |
||
| 16 | } |
||
| 17 | } |
||
| 18 |