Skip to content

Commit daa1b36

Browse files
committed
Reflect Testing changes
1 parent 027f60d commit daa1b36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tests/Functional/Doctrine/Orm/RouteProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class RouteProviderTest extends OrmTestCase
1111
public function setUp()
1212
{
1313
parent::setUp();
14-
$this->clearDb('CmfRoutingBundle:Route');
14+
$this->clearDb('Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Orm\Route');
1515

1616
$this->repository = $this->getContainer()->get('cmf_routing.route_provider');
1717
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

33
$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');
56
$loader->import(CMF_TEST_CONFIG_DIR.'/sonata_admin.php');
67
$loader->import(__DIR__.'/cmf_routing.yml');
78
$loader->import(__DIR__.'/cmf_routing.orm.yml');
8-
//$loader->import(__DIR__.'/doctrine_orm.yml');

0 commit comments

Comments
 (0)