| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 8 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 19 | public function testLoadDefault(): void  | 
            ||
| 20 |     { | 
            ||
| 21 |         $this->setParameter('kernel.bundles', []); | 
            ||
| 22 | $this->load();  | 
            ||
| 23 | |||
| 24 |         $this->assertContainerBuilderHasAlias('core23_piwik.http.client', 'httplug.client.default'); | 
            ||
| 25 |         $this->assertContainerBuilderHasAlias('core23_piwik.http.message_factory', 'httplug.message_factory.default'); | 
            ||
| 26 | }  | 
            ||
| 27 | |||
| 35 |