コード例 #1
0
 /**
  * Testa retorno de captcha inválido
  * @expectedException \Captcha\DeathByCaptcha\Exceptions\RuntimeException
  * @group dbc-credentials
  */
 public function testWithoutCredentials()
 {
     $dbc = new Service();
     $dbc->credentials('', '');
     $dbc->balance();
 }