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:
26
26
- if [[ "$PACKAGE_VERSION" == "high" ]]; then composer update --prefer-dist; fi
27
27
- if [[ "$PACKAGE_VERSION" == "low" ]]; then composer update --prefer-lowest --prefer-dist; fi
28
28
29
- script : vendor/bin/phpunit
29
+ script : vendor/bin/simple- phpunit
Original file line number Diff line number Diff line change 14
14
"symfony/console" : " ^2.8 || ^3.4 || ^4.0 || ^5.0"
15
15
},
16
16
"require-dev" : {
17
- "phpunit /phpunit" : " ^5.7 " ,
17
+ "symfony /phpunit-bridge " : " ^5.0.4 " ,
18
18
"jackalope/jackalope-fs" : " 0.0.*" ,
19
19
"handcraftedinthealps/zendsearch" : " ^2.0"
20
20
},
Original file line number Diff line number Diff line change 5
5
colors =" true"
6
6
bootstrap =" vendor/autoload.php"
7
7
>
8
+ <php >
9
+ <env name =" SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT" value =" 1" />
10
+ </php >
8
11
9
12
<testsuites >
10
13
<testsuite name =" PHPCR migrations Test Suite" >
You can’t perform that action at this time.
0 commit comments