Respect\Validation\ValidatorTest::testInvalidRuleClassShouldThrowComponentException PHP Method

testInvalidRuleClassShouldThrowComponentException() public method

    public function testInvalidRuleClassShouldThrowComponentException()
    {
        $this->setExpectedException(ComponentException::class);
        Validator::iDoNotExistSoIShouldThrowException();
    }