File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 15
15
- PHPUNIT_VERSION=~6.4.0
16
16
- PHPUNIT_VERSION=~6.5.0
17
17
- PHPUNIT_VERSION=~7.0.0
18
+ - PHPUNIT_VERSION=~7.1.0
18
19
19
20
php :
20
21
- 7.2
@@ -27,6 +28,8 @@ matrix:
27
28
exclude :
28
29
- php : 7
29
30
env : PHPUNIT_VERSION=dev-master
31
+ - php : 7
32
+ env : PHPUNIT_VERSION=~7.1.0
30
33
- php : 7
31
34
env : PHPUNIT_VERSION=~7.0.0
32
35
allow_failures :
Original file line number Diff line number Diff line change @@ -79,4 +79,14 @@ public function __phpunit_hasMatchers()
79
79
// @codingStandardsIgnoreEnd
80
80
return $ this ->mockObject ->__phpunit_hasMatchers ();
81
81
}
82
+
83
+ /**
84
+ * @SuppressWarnings(PHPMD)
85
+ */
86
+ // @codingStandardsIgnoreStart
87
+ public function __phpunit_setReturnValueGeneration (bool $ returnValueGeneration )
88
+ {
89
+ // @codingStandardsIgnoreEnd
90
+ return $ this ->mockObject ->__phpunit_setReturnValueGeneration ($ returnValueGeneration );
91
+ }
82
92
}
You can’t perform that action at this time.
0 commit comments