File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 33
33
"omnipay/common" : " ~3.0"
34
34
},
35
35
"require-dev" : {
36
- "omnipay/tests" : " ~3.0" ,
36
+ "omnipay/tests" : " ~3.0|^4.0 " ,
37
37
"squizlabs/php_codesniffer" : " 3.*"
38
38
},
39
39
"scripts" : {
40
40
"test" : " phpunit"
41
+ },
42
+ "config" : {
43
+ "allow-plugins" : {
44
+ "php-http/discovery" : false
45
+ }
41
46
}
42
47
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class GatewayTest extends GatewayTestCase
11
11
*/
12
12
protected $ gateway ;
13
13
14
- public function setUp ()
14
+ protected function setUp (): void
15
15
{
16
16
parent ::setUp ();
17
17
$ this ->gateway = new Gateway ($ this ->getHttpClient (), $ this ->getHttpRequest ());
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class GatewayTest extends GatewayTestCase
11
11
*/
12
12
protected $ gateway ;
13
13
14
- public function setUp ()
14
+ protected function setUp (): void
15
15
{
16
16
parent ::setUp ();
17
17
$ this ->gateway = new Gateway ($ this ->getHttpClient (), $ this ->getHttpRequest ());
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class GatewayTest extends GatewayTestCase
11
11
*/
12
12
protected $ gateway ;
13
13
14
- public function setUp ()
14
+ protected function setUp (): void
15
15
{
16
16
parent ::setUp ();
17
17
$ this ->gateway = new Gateway ($ this ->getHttpClient (), $ this ->getHttpRequest ());
You can’t perform that action at this time.
0 commit comments