1 parent e12a0ed commit bd4f02dCopy full SHA for bd4f02d
2 files changed
.travis.yml
@@ -4,7 +4,6 @@ php:
4
- 5.3
5
- 5.4
6
- 5.5
7
- - hhvm
8
9
env:
10
- SYMFONY_VERSION=2.1.*
@@ -16,7 +15,6 @@ env:
16
15
matrix:
17
allow_failures:
18
- env: SYMFONY_VERSION=dev-master
19
- - php: hhvm
20
21
before_script:
22
- phpenv config-add .travis.php.ini
README.md
@@ -186,6 +186,13 @@ return $set;
186
Such a file has to return a Object with the FixtureSetInterface Interface.
187
188
189
+## Demo Application
190
+
191
+There is a Demo Application showing some ways to use this bundle: https://github.com/h4cc/AliceDemo
192
193
+Feel free to add some more demos if you like.
194
195
196
### PHPUnit
197
198
If needed, the fixtures can also be loaded in a PHPUnit test.
0 commit comments