DMS\Filter\Filters\ZendTest::testFilterShortname PHP Method

testFilterShortname() public method

public testFilterShortname ( )
    public function testFilterShortname()
    {
        $rule = $this->buildRule('Boolean', array('casting' => false));
        $filter = new Zend();
        $filter->apply($rule, '0');
    }