nextcloud/tests/lib/User
Carl Schwan 9ec0cb0a90 Fix psalm issues related to the user backend
- Reflect the actual return value returned by the implementation in the
  the interface. E.g. IUser|bool -> IUser|false
- Remove $hasLoggedIn parameter from private countUser implementation.
  Replace the two call with the equivalent countSeenUser
- getBackend is nuallable, add this to the interface
- Use backend interface to make psalm happy about call to undefined
  methods. Also helps with getting rid at some point of the old
  implementActions

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20 17:14:58 +02:00
..
AvatarUserDummy.php Fix multiline comments 2020-04-08 22:24:54 +02:00
Backend.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
DatabaseTest.php Migrate HintException to OCP 2021-06-30 15:28:02 -04:00
Dummy.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
ManagerTest.php Fix psalm issues related to the user backend 2022-05-20 17:14:58 +02:00
SessionTest.php Migrate from ILogger to LoggerInterface where needed in the tests 2022-03-24 16:21:26 +01:00
UserTest.php skip localstorage dependend user test when not using local user storage 2022-02-25 16:33:11 +01:00