Skip to content

Commit ad65375

Browse files
committed
minor #607 Removed PHPUnit as a dependency and rely on PHPUnit Bridge (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Removed PHPUnit as a dependency and rely on PHPUnit Bridge We discussed about this in the past. I think it's better this way because using PHPUnit Bridge instead of PHPUnit is the recommended way (as explained in the Symfony Docs). Commits ------- 4a6dd49 Removed PHPUnit as a dependency and rely on PHPUnit Bridge
2 parents 899859a + 4a6dd49 commit ad65375

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
- composer install
2222

2323
script:
24-
- ./vendor/bin/phpunit
24+
- ./vendor/bin/simple-phpunit
2525
# this checks that the source code follows the Symfony Code Syntax rules
2626
- ./vendor/bin/php-cs-fixer fix --diff --dry-run -v
2727
# this checks that the YAML config files contain no syntax errors

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"require-dev": {
3838
"dama/doctrine-test-bundle" : "^1.0",
3939
"friendsofphp/php-cs-fixer" : "^2.0",
40-
"phpunit/phpunit" : "^4.8 || ^5.0",
4140
"sensio/generator-bundle" : "^3.0",
4241
"symfony/phpunit-bridge" : "^3.0"
4342
},

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)