We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70467e commit cbff496Copy full SHA for cbff496
.travis.yml
@@ -39,6 +39,9 @@ install:
39
- ./bin/phpunit install
40
41
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
45
- ./bin/phpunit
46
# this checks that the source code follows the Symfony Code Syntax rules
47
- '[[ "$TRAVIS_PHP_VERSION" == "7.4" ]] || ./vendor/bin/php-cs-fixer fix --diff --dry-run -v'
0 commit comments