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