nextcloud/tests/lib/Share20
Ferdinand Thiessen dfe8f642cd 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-14 17:11:16 +00:00
..
DefaultShareProviderTest.php fix(share): Return empty string if no label is set 2024-10-14 17:11:16 +00:00
LegacyHooksTest.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
ManagerTest.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
ShareByMailProviderTest.php test: fix share provider tests for sharding 2024-08-28 14:54:14 +02:00
ShareHelperTest.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
ShareTest.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00