File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ matrix:
13
13
- php : 7.3
14
14
- php : 7.3
15
15
env : SETUP=lowest
16
+ - php : 7.4
17
+ - php : 7.4
18
+ env : SETUP=lowest
16
19
17
20
sudo : false
18
21
Original file line number Diff line number Diff line change 1
- 2.2 .0
1
+ 2.3 .0
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"php" : " >=7.2" ,
24
- "illuminate/contracts" : " ~5.5|~6" ,
25
- "illuminate/support" : " ~5.5|~6" ,
24
+ "illuminate/contracts" : " ~5.5|~6|~7 " ,
25
+ "illuminate/support" : " ~5.5|~6|~7 " ,
26
26
"phayes/geophp" : " ~1.2"
27
27
},
28
28
"require-dev" : {
29
- "mockery/mockery" : " ^1" ,
30
- "phpunit/phpunit" : " ~7.0.1|~8 .0" ,
31
- "psy/psysh" : " ^0.9.0 " ,
29
+ "mockery/mockery" : " ^1.3.1 " ,
30
+ "phpunit/phpunit" : " ^8.4|^9 .0" ,
31
+ "psy/psysh" : " ^0.10 " ,
32
32
"symfony/thanks" : " ^1.1" ,
33
- "symfony/var-dumper" : " ~3.0|^4.2 "
33
+ "symfony/var-dumper" : " ^5.0 "
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
Original file line number Diff line number Diff line change 14
14
convertErrorsToExceptions =" true"
15
15
convertNoticesToExceptions =" true"
16
16
convertWarningsToExceptions =" true"
17
- processIsolation =" true "
17
+ processIsolation =" false "
18
18
stopOnFailure =" false"
19
19
verbose =" true" >
20
20
48
48
showOnlySummary =" true"
49
49
showUncoveredFiles =" false" />
50
50
<log type =" coverage-clover" target =" build/phpunit/logs/clover.xml" />
51
- <log type =" json" target =" ./build/phpunit/logs/logfile.json" />
52
51
<log type =" junit" target =" ./build/phpunit/logs/junit.xml" />
53
52
</logging >
54
53
</phpunit >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ abstract class TestCase extends PHPUnitTestCase
28
28
*
29
29
* @return void
30
30
*/
31
- protected function mockArrayIterator (MockInterface $ mock , array $ items )
31
+ protected function mockArrayIterator (MockInterface $ mock , array $ items ): void
32
32
{
33
33
if ($ mock instanceof ArrayAccess) {
34
34
foreach ($ items as $ key => $ val ) {
You can’t perform that action at this time.
0 commit comments