1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 07:54:51 +00:00
Arsse/tests/lib/Database
J. King 98c950de58 Removed most calls to userExists()
- functions not related to user management now have the existence of the affected user checked in the authorizer, when the affected user differs from the actor
- User::authorizationEnabled() now nests: disabling twice and then enabling once leaves the authorizer disabled
- Disabling of the authorizer is now tested
- User tests now use a partial mock instead of relying on User::authorizationEnabled()
- Added authorizer tests against a missing user
- Removed folder tests related to missing users
- Also added more subscription tests
2017-05-11 18:00:35 -04:00
..
DriverSQLite3.php Improved database tests 2017-05-10 21:21:23 -04:00
SeriesFolder.php Removed most calls to userExists() 2017-05-11 18:00:35 -04:00
SeriesSubscription.php Removed most calls to userExists() 2017-05-11 18:00:35 -04:00
SeriesUser.php Re-organize Database tests 2017-03-31 13:24:00 -04:00
Setup.php Improved database tests 2017-05-10 21:21:23 -04:00