| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | public function setKernel(KernelInterface $kernel) |
||
| 27 | { |
||
| 28 | $this->init( |
||
| 29 | $kernel, |
||
| 30 | $kernel->getContainer()->get('hautelook_alice.doctrine.phpcr.fixtures_finder'), |
||
| 31 | $kernel->getContainer()->get('hautelook_alice.fixtures.loader'), |
||
| 32 | $this->resolvePersister($kernel->getContainer()->get('doctrine.phpcr.entity_manager')) |
||
| 33 | ); |
||
| 34 | |||
| 35 | return $this; |
||
| 36 | } |
||
| 37 | |||
| 62 |