| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| 1 | <?php |
||
| 13 | public function registerBundles() |
||
| 14 | { |
||
| 15 | $bundles = array( |
||
| 16 | new Symfony\Bundle\FrameworkBundle\FrameworkBundle(), |
||
| 17 | new Symfony\Bundle\TwigBundle\TwigBundle(), |
||
| 18 | new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(), |
||
| 19 | new Sleepness\UberTranslationAdminBundle\SleepnessUberTranslationAdminBundle(), |
||
| 20 | new Sleepness\UberTranslationBundle\SleepnessUberTranslationBundle(), |
||
| 21 | new Sleepness\UberTranslationBundle\Tests\Fixtures\TestApp\TestBundle\TestBundle(), // required for testing environment |
||
| 22 | ); |
||
| 23 | |||
| 24 | return $bundles; |
||
| 25 | } |
||
| 26 | |||
| 32 |