Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 233997f

Browse files
committed
fix test setup
1 parent ab78374 commit 233997f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7+
- 5.6
78
- hhvm
89

910
env:

Tests/Resources/app/config/config.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\RoutingAutoBundle');
34
$loader->import(CMF_TEST_CONFIG_DIR.'/default.php');
45
$loader->import(CMF_TEST_CONFIG_DIR.'/phpcr_odm.php');
56
$loader->import(__DIR__.'/app_config.yml');

0 commit comments

Comments
 (0)