FOSElasticaBundle/Tests/Functional/app/ORM/bundles.php

14 lines
329 B
PHP
Raw Normal View History

<?php
use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
use FOS\ElasticaBundle\FOSElasticaBundle;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
2014-06-23 15:05:57 +02:00
use JMS\SerializerBundle\JMSSerializerBundle;
return array(
new FrameworkBundle(),
new FOSElasticaBundle(),
2014-06-23 15:05:57 +02:00
new DoctrineBundle(),
new JMSSerializerBundle(),
);