Skip to content

Commit 1683d47

Browse files
committed
minor #1109 Explains why there is no need for fixtures (michaelKaefer)
This PR was merged into the master branch. Discussion ---------- Explains why there is no need for fixtures Commits ------- cbff496 Explains why there is no need for fixtures
2 parents b70467e + cbff496 commit 1683d47

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)