Ejemplo n.º 1
0
 public function testLuhnException()
 {
     $this->setExpectedException('Inacho\\Exception\\CreditCardLuhnException');
     CreditCard::checkCreditCard('4233-3333-3333-4242');
 }