Skip to content

Commit 0138d33

Browse files
committed
Merge pull request #152 from symfony-cmf/fix_tests
fix test setup, added php 5.6
2 parents 06d7313 + fb8d569 commit 0138d33

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\CoreBundle');
34
$loader->import(CMF_TEST_CONFIG_DIR.'/default.php');
45
$loader->import(CMF_TEST_CONFIG_DIR.'/phpcr_odm.php');
56
$loader->import(__DIR__.'/cmf_core.yml');

0 commit comments

Comments
 (0)