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

testLoadContentTypeGroupThrowsNotFoundException() public method

Test for the loadContentTypeGroup() method.
    public function testLoadContentTypeGroupThrowsNotFoundException()
    {
        /* BEGIN: Use Case */
        $contentTypeService = $this->repository->getContentTypeService();
        // Throws exception
        $loadedGroup = $contentTypeService->loadContentTypeGroup(APIBaseTest::DB_INT_MAX);
        /* END: Use Case */
    }
ContentTypeBase