nextcloud/tests/lib/Authentication/LoginCredentials
Christoph Wurst adf100a42f
Fix undefined class property access after upgrade from 19 to 20
The serialized data in 19 has one property less and this was not
considered in the code. Hence adding a fallback. Moreover I'm changing
the deserialization into an array instead of object, as that is the
safer option.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-09-07 13:31:24 +02:00
..
CredentialsTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
StoreTest.php Fix undefined class property access after upgrade from 19 to 20 2020-09-07 13:31:24 +02:00