eZ\Publish\Core\Limitation\Tests\StatusLimitationTypeTest::providerForTestAcceptValue PHP 메소드

providerForTestAcceptValue() 공개 메소드

public providerForTestAcceptValue ( ) : array
리턴 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)))));
    }