nextcloud/tests/lib/Share20
Ferdinand Thiessen 2e4d3e4e75
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 15:15:51 +02:00
..
DefaultShareProviderTest.php fix(share): Return empty string if no label is set 2024-10-14 15:15:51 +02:00
LegacyHooksTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
ManagerTest.php fix(l10n): Rephrasing some exceptions to be translated 2024-09-20 18:35:11 +02:00
ShareByMailProviderTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
ShareHelperTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
ShareTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00