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 1683d47 commit 682a46fCopy full SHA for 682a46f
.travis.yml
@@ -39,9 +39,8 @@ 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
+ # there's no need to load data fixtures before running tests because the project
+ # repository already includes a test database with all the fixtures 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