コード例 #1
0
ファイル: ValidatorTest.php プロジェクト: respect/validation
 public function testInvalidRuleClassShouldThrowComponentException()
 {
     $this->setExpectedException(ComponentException::class);
     Validator::iDoNotExistSoIShouldThrowException();
 }
コード例 #2
0
ファイル: ValidatorTest.php プロジェクト: 00F100/Validation
 public function testInvalidRuleClassShouldThrowComponentException()
 {
     $this->setExpectedException('Respect\\Validation\\Exceptions\\ComponentException');
     Validator::iDoNotExistSoIShouldThrowException();
 }