We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366e308 commit 2c3bdf1Copy full SHA for 2c3bdf1
tests/integration/verify/VerifyTest.php
@@ -30,7 +30,7 @@ public function testVerifyOtp()
30
$Verify->recipient = 31612345678;
31
$Verify->reference = 'Yoloswag3000';
32
33
- $this->mockClient->expects($this->once())->method('performHttpRequest')->with("GET", 'verify/onofao3f82f7u2fb2uf', ['token' => '123456']);
+ $this->mockClient->expects($this->once())->method('performHttpRequest')->with("GET", 'verify/onofao3f82f7u2fb2uf', array('token' => '123456'));
34
35
$this->client->verify->verify('onofao3f82f7u2fb2uf', 123456);
36
}
0 commit comments