nextcloud/tests/lib/Share20
Ferdinand Thiessen 00d3e37e6d
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-15 16:56:59 +02:00
..
DefaultShareProviderTest.php fix(share): Return empty string if no label is set 2024-10-15 16:56:59 +02:00
LegacyHooksTest.php Refactor OC\Server::getShareManager 2023-08-29 21:32:58 -05:00
ManagerTest.php test: adjust test to new permissions check logic 2024-05-13 14:02:29 +00:00
ShareByMailProviderTest.php sharebymail: remove ILogger and upgrade to PHP 8 syntax 2023-08-30 18:36:29 +02:00
ShareHelperTest.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ShareTest.php Fix errors from PHP 8.2 testing 2022-11-14 17:08:21 +01:00