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.
2 parents 06d7313 + fb8d569 commit 0138d33Copy full SHA for 0138d33
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 5.3
5
- 5.4
6
- 5.5
7
+ - 5.6
8
- hhvm
9
10
env:
Tests/Resources/app/config/config.php
@@ -1,5 +1,6 @@
1
<?php
2
3
+$container->setParameter('cmf_testing.bundle_fqn', 'Symfony\Cmf\Bundle\CoreBundle');
$loader->import(CMF_TEST_CONFIG_DIR.'/default.php');
$loader->import(CMF_TEST_CONFIG_DIR.'/phpcr_odm.php');
$loader->import(__DIR__.'/cmf_core.yml');
0 commit comments