We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b77e7 commit c2cc711Copy full SHA for c2cc711
Tests/Resources/app/config/config_orm.php
@@ -1,5 +1,6 @@
1
<?php
2
3
+$container->setParameter('cmf_testing.bundle_fqn', 'Symfony\Cmf\Bundle\RoutingBundle');
4
$loader->import(CMF_TEST_CONFIG_DIR.'/default.php');
5
$loader->import(CMF_TEST_CONFIG_DIR.'/doctrine_orm.php');
6
$loader->import(__DIR__.'/cmf_routing.yml');
Tests/Resources/app/config/config_phpcr.php
$loader->import(CMF_TEST_CONFIG_DIR.'/phpcr_odm.php');
$loader->import(CMF_TEST_CONFIG_DIR.'/sonata_admin.php');
0 commit comments