Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
11 | public function testFactory() |
||
12 | { |
||
13 | $options = new ModuleOptions; |
||
14 | $serviceManager = new ServiceManager(); |
||
15 | $serviceManager->setService('HtImg\ModuleOptions', $options); |
||
16 | $factory = new ImagineFactory(); |
||
17 | $this->assertInstanceOf('Imagine\Image\ImagineInterface', $factory->createService($serviceManager)); |
||
18 | |||
19 | } |
||
20 | |||
22 |