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)))));
    }