nextcloud-server/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 +07:00
..
AvatarUserDummy.php
Backend.php
DatabaseTest.php Migrate HintException to OCP 2021-06-30 15:28:02 +07:00
Dummy.php
ManagerTest.php Fix psalm issues related to the user backend 2022-05-20 17:14:58 +07:00
SessionTest.php Migrate from ILogger to LoggerInterface where needed in the tests 2022-03-24 16:21:26 +07:00
UserTest.php skip localstorage dependend user test when not using local user storage 2022-02-25 16:33:11 +07:00