Bluz\Tests\Validator\Rule\AlphaNumericTest::testTemplates PHP Method

testTemplates() public method

Check templates
public testTemplates ( )
    public function testTemplates()
    {
        $validator = new AlphaNumeric();
        $this->assertNotEmpty($validator->__toString());
        $validator = new AlphaNumeric('[]');
        $this->assertNotEmpty($validator->__toString());
    }