Skip to content

Commit a969e63

Browse files
committed
use symfony/phpunit-bridge for tests
1 parent c087092 commit a969e63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ language: php
55
cache:
66
directories:
77
- $HOME/.composer/cache/files
8+
- .phpunit
89

910
php:
1011
- 5.3
@@ -37,4 +38,4 @@ before_install:
3738
install:
3839
- composer update $COMPOSER_FLAGS
3940

40-
script: phpunit -v --coverage-text
41+
script: ./vendor/bin/simple-phpunit -v --coverage-text

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require-dev": {
2727
"symfony/yaml": "~2.3|~3.0|~4.0",
2828
"symfony/console": "~2.3|~3.0|~4.0",
29-
"phpunit/phpunit": "^4.8"
29+
"symfony/phpunit-bridge": "^3.3|^4.0"
3030
},
3131
"autoload": {
3232
"psr-4": { "Symfony\\Bundle\\MonologBundle\\": "" },

0 commit comments

Comments
 (0)