File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
env :
10
10
global :
11
- - TEST_COMMAND="./vendor/bin/simple-phpunit "
11
+ - TEST_COMMAND="composer test "
12
12
13
13
branches :
14
14
except :
@@ -44,7 +44,6 @@ matrix:
44
44
env : DEPENDENCIES="dev"
45
45
46
46
before_install :
47
- - composer require --no-update "symfony/phpunit-bridge:^3.3 || ^4"
48
47
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
49
48
- if [ "$DEPENDENCIES" = "minimum" ]; then COMPOSER_FLAGS="--prefer-stable --prefer-lowest"; fi;
50
49
- if [ "$DEPENDENCIES" = "dev" ]; then composer config minimum-stability dev; fi;
Original file line number Diff line number Diff line change 41
41
"php-http/react-adapter" : " ^0.2.1" ,
42
42
"php-http/buzz-adapter" : " ^0.3" ,
43
43
"php-http/mock-client" : " ^1.0" ,
44
- "symfony/phpunit-bridge" : " ^3.2 " ,
44
+ "symfony/phpunit-bridge" : " ^3.3 || ^4.0 " ,
45
45
"symfony/twig-bundle" : " ^2.8 || ^3.0" ,
46
46
"symfony/twig-bridge" : " ^2.8 || ^3.0" ,
47
47
"symfony/web-profiler-bundle" : " ^2.8 || ^3.0" ,
69
69
]
70
70
},
71
71
"scripts" : {
72
- "test" : " vendor/bin/phpunit" ,
73
- "test-ci" : " vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
72
+ "test" : " vendor/bin/simple- phpunit" ,
73
+ "test-ci" : " vendor/bin/simple- phpunit --coverage-text --coverage-clover=build/coverage.xml"
74
74
},
75
75
"extra" : {
76
76
"branch-alias" : {
You can’t perform that action at this time.
0 commit comments