예제 #1
0
 public function testInvalidRuleClassShouldThrowComponentException()
 {
     $this->setExpectedException(ComponentException::class);
     Validator::iDoNotExistSoIShouldThrowException();
 }
예제 #2
0
 public function testInvalidRuleClassShouldThrowComponentException()
 {
     $this->setExpectedException('Respect\\Validation\\Exceptions\\ComponentException');
     Validator::iDoNotExistSoIShouldThrowException();
 }