Skip to content

Commit fd62b77

Browse files
committed
Merge pull request #269 from symfony-cmf/fix_tests
fix tests
2 parents 68b77e7 + c2cc711 commit fd62b77

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Tests/Resources/app/config/config_orm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22

3+
$container->setParameter('cmf_testing.bundle_fqn', 'Symfony\Cmf\Bundle\RoutingBundle');
34
$loader->import(CMF_TEST_CONFIG_DIR.'/default.php');
45
$loader->import(CMF_TEST_CONFIG_DIR.'/doctrine_orm.php');
56
$loader->import(__DIR__.'/cmf_routing.yml');

Tests/Resources/app/config/config_phpcr.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22

3+
$container->setParameter('cmf_testing.bundle_fqn', 'Symfony\Cmf\Bundle\RoutingBundle');
34
$loader->import(CMF_TEST_CONFIG_DIR.'/default.php');
45
$loader->import(CMF_TEST_CONFIG_DIR.'/phpcr_odm.php');
56
$loader->import(CMF_TEST_CONFIG_DIR.'/sonata_admin.php');

0 commit comments

Comments
 (0)