| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | public function testLoad() |
||
| 13 | { |
||
| 14 | $containerBuilder = ShortifyPunit::mock('Symfony\Component\DependencyInjection\ContainerBuilder'); |
||
| 15 | $sandboxExtension = new SandboxExtension(); |
||
| 16 | $sandboxExtension->load(array('sandbox' => array('response' => array('force' => true))), $containerBuilder); |
||
| 17 | } |
||
| 18 | } |