eZ\Publish\Core\Repository\Tests\Service\Integration\ContentTypeBase::testLoadContentTypeByRemoteIdThrowsNotFoundException PHP 메소드

testLoadContentTypeByRemoteIdThrowsNotFoundException() 공개 메소드

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