Skip to content

Commit 682a46f

Browse files
committed
Minor reword
1 parent 1683d47 commit 682a46f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ 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
42+
# there's no need to load data fixtures before running tests because the project
43+
# repository already includes a test database with all the fixtures needed to run the tests
4544
- ./bin/phpunit
4645
# this checks that the source code follows the Symfony Code Syntax rules
4746
- '[[ "$TRAVIS_PHP_VERSION" == "7.4" ]] || ./vendor/bin/php-cs-fixer fix --diff --dry-run -v'

0 commit comments

Comments
 (0)