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

createPublishedContentType() protected method

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