Ejemplo n.º 1
0
 /**
  * @expectedException \Bluz\Validator\Exception\ComponentException
  */
 public function testInvalidRuleClassShouldThrowComponentException()
 {
     Validator::iDoNotExistSoIShouldThrowException();
 }