Skip to content

Commit

Permalink
Mentioned the AliceDemo Application in README.
Browse files Browse the repository at this point in the history
Removed hhvm from travis, because the ext-mongo is not available for hhvm.
  • Loading branch information
h4cc committed Jan 25, 2014
1 parent e12a0ed commit bd4f02d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm

env:
- SYMFONY_VERSION=2.1.*
Expand All @@ -16,7 +15,6 @@ env:
matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master
- php: hhvm

before_script:
- phpenv config-add .travis.php.ini
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bd4f02d

Please sign in to comment.