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

testLoadUserGroupThrowsNotFoundException() public method

Test loading a group throwing NotFoundException.
    public function testLoadUserGroupThrowsNotFoundException()
    {
        $userService = $this->repository->getUserService();
        $userService->loadUserGroup(APIBaseTest::DB_INT_MAX);
    }