コード例 #1
0
ファイル: ContractTest.php プロジェクト: lisachenko/php-deal
 /**
  * @expectedException \PhpDeal\Exception\ContractViolation
  */
 public function testVerifyInvalid()
 {
     $this->stub->testNumeric('message');
 }