Beispiel #1
0
 /**
  * Test that a SMS send fails without the "phone ID"
  * @covers \DuoAuth\Devices\Phone::smsPasscode
  * @expectedException \InvalidArgumentException
  */
 public function testSendPasscodeFailNoPhoneID()
 {
     $phone = new \DuoAuth\Devices\Phone();
     $phone->smsPasscode();
 }