| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | public function testLoadDefault() |
||
| 18 | { |
||
| 19 | $this->setParameter('kernel.bundles', array()); |
||
| 20 | $this->load(); |
||
| 21 | |||
| 22 | $this->assertContainerBuilderHasAlias('core23.piwik.http.client', 'httplug.client.default'); |
||
| 23 | $this->assertContainerBuilderHasAlias('core23.piwik.http.message_factory', 'httplug.message_factory.default'); |
||
| 24 | } |
||
| 25 | |||
| 33 |