eZ\Publish\Core\Limitation\Tests\SiteAccessLimitationTypeTest::providerForTestAcceptValue PHP Method

providerForTestAcceptValue() public method

public providerForTestAcceptValue ( ) : array
return array
    public function providerForTestAcceptValue()
    {
        return array(array(new SiteAccessLimitation()), array(new SiteAccessLimitation(array())), array(new SiteAccessLimitation(array('limitationValues' => array(sprintf('%u', crc32('ezdemo_site')), sprintf('%u', crc32('eng')), sprintf('%u', crc32('fre')))))), array(new SiteAccessLimitation(array('limitationValues' => array(crc32('ezdemo_site'), crc32('eng'), crc32('fre'))))));
    }