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

testCreateContentStructValuesLoaded() public method

Because of the way ContentHandler::create() is implemented and tested in legacy storage it is also necessary to test loaded content object, not only the one returned by ContentService::createContent
    public function testCreateContentStructValuesLoaded(array $data)
    {
        $data['actual'] = $data['loadedActual'];
        $this->assertCreateContentStructValues($data);
    }
ContentBase