From bd4f02db14abb43c5f335e698c4c9e7c2b459c59 Mon Sep 17 00:00:00 2001 From: Julius Beckmann Date: Sat, 25 Jan 2014 23:35:41 +0100 Subject: [PATCH] Mentioned the AliceDemo Application in README. Removed hhvm from travis, because the ext-mongo is not available for hhvm. --- .travis.yml | 2 -- README.md | 7 +++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37a44b3..8b53a42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ php: - 5.3 - 5.4 - 5.5 - - hhvm env: - SYMFONY_VERSION=2.1.* @@ -16,7 +15,6 @@ env: matrix: allow_failures: - env: SYMFONY_VERSION=dev-master - - php: hhvm before_script: - phpenv config-add .travis.php.ini diff --git a/README.md b/README.md index 17fe6b8..a92270c 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,13 @@ return $set; Such a file has to return a Object with the FixtureSetInterface Interface. +## Demo Application + +There is a Demo Application showing some ways to use this bundle: https://github.com/h4cc/AliceDemo + +Feel free to add some more demos if you like. + + ### PHPUnit If needed, the fixtures can also be loaded in a PHPUnit test.