| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| 1 | <?php |
||
| 14 | public function registerBundles() |
||
| 15 | { |
||
| 16 | $bundles = array( |
||
| 17 | new Symfony\Bundle\FrameworkBundle\FrameworkBundle(), |
||
| 18 | new Symfony\Bundle\SecurityBundle\SecurityBundle(), |
||
| 19 | new Symfony\Bundle\TwigBundle\TwigBundle(), |
||
| 20 | new Symfony\Bundle\AsseticBundle\AsseticBundle(), |
||
| 21 | new Evheniy\JqueryBundle\JqueryBundle(), |
||
| 22 | new Evheniy\HTML5CacheBundle\HTML5CacheBundle(), |
||
| 23 | new Evheniy\HTML5VertiTemplateBundle\HTML5VertiTemplateBundle() |
||
| 24 | ); |
||
| 25 | |||
| 26 | return $bundles; |
||
| 27 | } |
||
| 28 | |||
| 36 | } |