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

Commit a165df0

Browse files
committed
fix test setup, added php 5.6
1 parent b0abe71 commit a165df0

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

0 commit comments

Comments
 (0)