Jyxo\Input\FactoryTest::testInexistentValidator PHP Method

testInexistentValidator() public method

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