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

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

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