nextcloud-server/tests/lib/Share20
Ferdinand Thiessen 788233c3d7
fix(share): Return empty string if no label is set
* Resolves: https://github.com/nextcloud/server/issues/48629

While the database supports NULL, the typing has always said it only returns *string*.
So to not break any apps that might trust the typings we should return `''` if the database is set to `NULL`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-17 18:47:56 +07:00
..
DefaultShareProviderTest.php fix(share): Return empty string if no label is set 2024-10-17 18:47:56 +07:00
LegacyHooksTest.php fix: Remove legacy dispatcher from share manager 2023-07-28 14:11:20 +07:00
ManagerTest.php refactor: make share manager buildable 2024-06-13 18:34:51 +07:00
ShareByMailProviderTest.php sharebymail: remove ILogger and upgrade to PHP 8 syntax 2023-08-30 18:36:29 +07:00
ShareHelperTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ShareTest.php Fix errors from PHP 8.2 testing 2022-11-14 17:08:21 +07:00