File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ before_script:
2626 - if [[ "$PACKAGE_VERSION" == "high" ]]; then composer update --prefer-dist; fi
2727 - if [[ "$PACKAGE_VERSION" == "low" ]]; then composer update --prefer-lowest --prefer-dist; fi
2828
29- script : vendor/bin/phpunit
29+ script : vendor/bin/simple- phpunit
Original file line number Diff line number Diff line change 1414 "symfony/console" : " ^2.8 || ^3.4 || ^4.0 || ^5.0"
1515 },
1616 "require-dev" : {
17- "phpunit /phpunit" : " ^5.7 " ,
17+ "symfony /phpunit-bridge " : " ^5.0.4 " ,
1818 "jackalope/jackalope-fs" : " 0.0.*" ,
1919 "handcraftedinthealps/zendsearch" : " ^2.0"
2020 },
Original file line number Diff line number Diff line change 55 colors =" true"
66 bootstrap =" vendor/autoload.php"
77 >
8+ <php >
9+ <env name =" SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT" value =" 1" />
10+ </php >
811
912 <testsuites >
1013 <testsuite name =" PHPCR migrations Test Suite" >
You can’t perform that action at this time.
0 commit comments