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

testLoadContentTypeByRemoteIdThrowsNotFoundException() public method

Test for the loadContentTypeByRemoteId() method.
    public function testLoadContentTypeByRemoteIdThrowsNotFoundException()
    {
        /* BEGIN: Use Case */
        $contentTypeService = $this->repository->getContentTypeService();
        $loadedContentType = $contentTypeService->loadContentTypeByRemoteId('non-existing-remoteid');
        /* END: Use Case */
    }
ContentTypeBase