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