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

providerForTestAcceptValue() public method

public providerForTestAcceptValue ( ) : array
return array
    public function providerForTestAcceptValue()
    {
        return array(array(new StatusLimitation()), array(new StatusLimitation(array())), array(new StatusLimitation(array('limitationValues' => array(VersionInfo::STATUS_DRAFT, VersionInfo::STATUS_PUBLISHED, VersionInfo::STATUS_ARCHIVED)))));
    }