Jyxo\Input\FactoryTest::testInexistentValidator PHP 메소드

testInexistentValidator() 공개 메소드

Tests creating a non-existent filter.
    public function testInexistentValidator()
    {
        $this->expectException(\Jyxo\Input\Exception::class);
        $this->factory->getValidatorByName('foo');
    }