eZ\Publish\Core\Repository\Tests\Service\Integration\UserBase::testLoadSubUserGroupsThrowsNotFoundException PHP Method

testLoadSubUserGroupsThrowsNotFoundException() public method

Test loading sub groups throwing NotFoundException.
    public function testLoadSubUserGroupsThrowsNotFoundException()
    {
        $userService = $this->repository->getUserService();
        $parentGroup = new UserGroup(array('content' => new Content(array('versionInfo' => new VersionInfo(array('contentInfo' => new ContentInfo(array('id' => APIBaseTest::DB_INT_MAX)))), 'internalFields' => array()))));
        $userService->loadSubUserGroups($parentGroup);
    }