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

createDraftContentType() protected method

Creates a ContentTypeDraft with identifier "new-type" and remoteId "new-remoteid".
protected createDraftContentType ( ) : eZ\Publish\API\Repository\Values\ContentType\ContentTypeDraft
return eZ\Publish\API\Repository\Values\ContentType\ContentTypeDraft
    protected function createDraftContentType()
    {
        return $this->createContentType(false);
    }
ContentTypeBase