eZ\Publish\Core\Repository\Tests\Service\Integration\ContentTypeBase::testLoadContentTypeDraftValues PHP Method

testLoadContentTypeDraftValues() public method

Test for the loadContentTypeDraft() method.
public testLoadContentTypeDraftValues ( array $data ) : array
$data array
return array
    public function testLoadContentTypeDraftValues(array $data)
    {
        $this->compareContentTypes($data);
    }
ContentTypeBase