nextcloud-server/tests/lib/User
Ferdinand Thiessen e143921896
feat(IUser): add `getQuotaBytes` method to get machine readable quota
Proper replacement for deprecated `OC_Util::getUserQuota`.
Also we still use this in some cases we can now replace, moreover it
just makes sense to have a machine readable format in the API instead of
only the human readable format which is less precise.
Alings also with `getQuota` of the quota storage, which already returned
the machine readable format.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-05-22 12:50:38 +07:00
..
AvailabilityCoordinatorTest.php test: Prepare more tests for PHPUnit 10 2025-04-30 09:18:01 +07:00
AvatarUserDummy.php chore: Add SPDX header 2024-05-13 17:41:36 +07:00
Backend.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
DatabaseTest.php fix(database): Cast users count to integer 2025-03-20 12:00:57 +07:00
Dummy.php chore: Add SPDX header 2024-05-13 17:41:36 +07:00
ManagerTest.php fix(usermanager): Don't throw when checking if a too long user id is an existing user 2025-04-16 17:47:28 +07:00
SessionTest.php test: Fix tests/lib/[S-Z]* 2025-05-15 08:24:59 +07:00
UserTest.php feat(IUser): add `getQuotaBytes` method to get machine readable quota 2025-05-22 12:50:38 +07:00