eZ\Publish\Core\Repository\Tests\Service\Integration\ContentBase::getContentInfoExpectedValues PHP Method

getContentInfoExpectedValues() protected method

    protected function getContentInfoExpectedValues()
    {
        // Legacy fixture content ID=4 values
        return array('id' => 4, 'name' => 'Users', 'sectionId' => 2, 'currentVersionNo' => 1, 'published' => true, 'ownerId' => 14, 'modificationDate' => $this->getDateTime(1033917596), 'publishedDate' => $this->getDateTime(1033917596), 'alwaysAvailable' => true, 'remoteId' => 'f5c88a2209584891056f987fd965b0ba', 'mainLanguageCode' => 'eng-US', 'mainLocationId' => 5);
    }
ContentBase