FOSElasticaBundle/Tests/Functional/app/Basic/bundles.php
2014-06-18 20:02:05 +10:00

13 lines
320 B
PHP

<?php
use FOS\ElasticaBundle\FOSElasticaBundle;
use Knp\Bundle\PaginatorBundle\KnpPaginatorBundle;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Bundle\TwigBundle\TwigBundle;
return array(
new FrameworkBundle(),
new FOSElasticaBundle(),
new KnpPaginatorBundle(),
new TwigBundle(),
);