File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
tests/Omnipay/Neteller/Message Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ public function testGetData()
44
44
45
45
public function testSendDataSuccess ()
46
46
{
47
- $ this ->setMockHttpResponse ([
47
+ $ this ->setMockHttpResponse (array (
48
48
'OAuth2TokenSuccess.txt ' ,
49
49
'FetchTransactionSuccess.txt '
50
- ] );
50
+ ) );
51
51
52
52
$ data = $ this ->request ->getData ();
53
53
$ response = $ this ->request ->sendData ($ data );
@@ -56,10 +56,10 @@ public function testSendDataSuccess()
56
56
57
57
public function testSendDataFailure ()
58
58
{
59
- $ this ->setMockHttpResponse ([
59
+ $ this ->setMockHttpResponse (array (
60
60
'OAuth2TokenSuccess.txt ' ,
61
61
'FetchTransactionFailure.txt '
62
- ] );
62
+ ) );
63
63
64
64
$ data = $ this ->request ->getData ();
65
65
$ response = $ this ->request ->sendData ($ data );
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ public function testGetData()
36
36
37
37
public function testSendDataSuccess ()
38
38
{
39
- $ this ->setMockHttpResponse ([
39
+ $ this ->setMockHttpResponse (array (
40
40
'OAuth2TokenSuccess.txt ' ,
41
41
'PayoutSuccess.txt '
42
- ] );
42
+ ) );
43
43
44
44
$ data = $ this ->request ->getData ();
45
45
$ response = $ this ->request ->sendData ($ data );
@@ -48,10 +48,10 @@ public function testSendDataSuccess()
48
48
49
49
public function testSendDataFailure ()
50
50
{
51
- $ this ->setMockHttpResponse ([
51
+ $ this ->setMockHttpResponse (array (
52
52
'OAuth2TokenSuccess.txt ' ,
53
53
'PayoutFailure.txt '
54
- ] );
54
+ ) );
55
55
56
56
$ data = $ this ->request ->getData ();
57
57
$ response = $ this ->request ->sendData ($ data );
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ public function testGetData()
36
36
37
37
public function testSendDataSuccess ()
38
38
{
39
- $ this ->setMockHttpResponse ([
39
+ $ this ->setMockHttpResponse (array (
40
40
'OAuth2TokenSuccess.txt ' ,
41
41
'PurchaseSuccess.txt '
42
- ] );
42
+ ) );
43
43
44
44
$ data = $ this ->request ->getData ();
45
45
$ response = $ this ->request ->sendData ($ data );
@@ -48,10 +48,10 @@ public function testSendDataSuccess()
48
48
49
49
public function testSendDataFailure ()
50
50
{
51
- $ this ->setMockHttpResponse ([
51
+ $ this ->setMockHttpResponse (array (
52
52
'OAuth2TokenSuccess.txt ' ,
53
53
'PurchaseFailure.txt '
54
- ] );
54
+ ) );
55
55
56
56
$ data = $ this ->request ->getData ();
57
57
$ response = $ this ->request ->sendData ($ data );
You can’t perform that action at this time.
0 commit comments