Skip to content

Commit cbff496

Browse files
Explains why there is no need for fixtures
1 parent b70467e commit cbff496

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ install:
3939
- ./bin/phpunit install
4040

4141
script:
42+
# we do not need to run the demo app's fixtures before running our tests because the test
43+
# database is tracked with git in data/database_test.sqlite and already contains all fixtures
44+
# needed to run the tests
4245
- ./bin/phpunit
4346
# this checks that the source code follows the Symfony Code Syntax rules
4447
- '[[ "$TRAVIS_PHP_VERSION" == "7.4" ]] || ./vendor/bin/php-cs-fixer fix --diff --dry-run -v'

0 commit comments

Comments
 (0)