File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class RouteProviderTest extends OrmTestCase
11
11
public function setUp ()
12
12
{
13
13
parent ::setUp ();
14
- $ this ->clearDb ('CmfRoutingBundle: Route ' );
14
+ $ this ->clearDb ('Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Orm\ Route ' );
15
15
16
16
$ this ->repository = $ this ->getContainer ()->get ('cmf_routing.route_provider ' );
17
17
}
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
$ loader ->import (CMF_TEST_CONFIG_DIR .'/default.php ' );
4
- $ loader ->import (CMF_TEST_CONFIG_DIR .'/phpcr_odm.php ' );
4
+ $ loader ->import (CMF_TEST_CONFIG_DIR .'/phpcr_odm.php ' ); // todo find some way to don't have this in the ORM config
5
+ $ loader ->import (CMF_TEST_CONFIG_DIR .'/doctrine_orm.php ' );
5
6
$ loader ->import (CMF_TEST_CONFIG_DIR .'/sonata_admin.php ' );
6
7
$ loader ->import (__DIR__ .'/cmf_routing.yml ' );
7
8
$ loader ->import (__DIR__ .'/cmf_routing.orm.yml ' );
8
- //$loader->import(__DIR__.'/doctrine_orm.yml');
You can’t perform that action at this time.
0 commit comments