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 c087092 commit a969e63Copy full SHA for a969e63
.travis.yml
@@ -5,6 +5,7 @@ language: php
5
cache:
6
directories:
7
- $HOME/.composer/cache/files
8
+ - .phpunit
9
10
php:
11
- 5.3
@@ -37,4 +38,4 @@ before_install:
37
38
install:
39
- composer update $COMPOSER_FLAGS
40
-script: phpunit -v --coverage-text
41
+script: ./vendor/bin/simple-phpunit -v --coverage-text
composer.json
@@ -26,7 +26,7 @@
26
"require-dev": {
27
"symfony/yaml": "~2.3|~3.0|~4.0",
28
"symfony/console": "~2.3|~3.0|~4.0",
29
- "phpunit/phpunit": "^4.8"
+ "symfony/phpunit-bridge": "^3.3|^4.0"
30
},
31
"autoload": {
32
"psr-4": { "Symfony\\Bundle\\MonologBundle\\": "" },
0 commit comments