File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ before_script:
38
38
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
39
39
- composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
40
40
41
- phpunit : if [ "$COVERAGE" == true ]; then phpunit --coverage-text; else phpunit; fi
41
+ phpunit : if [ "$COVERAGE" == true ]; then vendor/bin/ phpunit --coverage-text; else vendor/bin/ phpunit; fi
Original file line number Diff line number Diff line change 32
32
"phing/phing" : " ~2.4" ,
33
33
"doctrine/mongodb-odm" : " ~1.0" ,
34
34
"doctrine/doctrine-bundle" : " ~1.0" ,
35
- "doctrine/orm" : " ~2.2"
35
+ "doctrine/orm" : " ~2.2" ,
36
+ "phpunit/phpunit" : " ^4.5"
36
37
},
37
38
"suggest" : {
38
39
"doctrine/doctrine-bundle" : " *" ,
You can’t perform that action at this time.
0 commit comments