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 59a2635 commit dbb1dd5Copy full SHA for dbb1dd5
tests/Feature/FacadeTest.php
@@ -29,7 +29,7 @@ public function test_process_ok()
29
$rand = $this->getFunctionMock('AlexGeno\PhoneVerification', 'rand');
30
$rand->expects($this->once())->willReturn($otp);
31
32
- $this->assertEmpty(PhoneVerification::initiate($to));
+ $this->assertNotEmpty(PhoneVerification::initiate($to));
33
$this->assertNotEmpty(PhoneVerification::complete($to, $otp));
34
}
35
0 commit comments