eZ\Publish\Core\Repository\Tests\Service\Integration\ContentTypeBase::testLoadContentTypeDraftThrowsNotFoundException PHP Метод

testLoadContentTypeDraftThrowsNotFoundException() публичный Метод

Test for the loadContentTypeDraft() method.
    public function testLoadContentTypeDraftThrowsNotFoundException()
    {
        /* BEGIN: Use Case */
        $contentTypeService = $this->repository->getContentTypeService();
        $loadedContentType = $contentTypeService->loadContentTypeDraft(APIBaseTest::DB_INT_MAX);
        /* END: Use Case */
    }
ContentTypeBase