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

Commit

Permalink
Merge pull request #120 from symfony-cmf/fix_tests
Browse files Browse the repository at this point in the history
fix test setup, added php 5.6
  • Loading branch information
lsmith77 committed Oct 12, 2014
2 parents 552c982 + bc68d4d commit 862cae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

env:
Expand All @@ -12,7 +13,6 @@ env:
matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master
- php: hhvm
include:
- php: 5.5
env: SYMFONY_VERSION=2.3.*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Resources/app/config/config.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// Tests/Resources/app/config/config.php

$container->setParameter('cmf_testing.bundle_fqn', 'Symfony\Cmf\Bundle\ContentBundle');
$loader->import(CMF_TEST_CONFIG_DIR.'/default.php');
$loader->import(CMF_TEST_CONFIG_DIR.'/phpcr_odm.php');
$loader->import(CMF_TEST_CONFIG_DIR.'/sonata_admin.php');
Expand Down

0 comments on commit 862cae0

Please sign in to comment.