aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/authpdo/_test/sqlite.test.php
Commit message (Collapse)AuthorAge
* authPDO: extend mysql test to ensure multiple groups are readAndreas Gohr2022-01-02
| | | | | I noticed that all our tests basically only ever used one group per user. This makes sure multiple groups work as intended.
* add needed type hints for phpunit8Andreas Gohr2021-02-04
| | | | This will break a lot of plugin tests, but can't be avoided
* PSR-2 for authpdo pluginAndreas Gohr2018-05-08
|
* mark some tests as non-riskyAndreas Gohr2017-03-31
| | | | | | Those tests either just check that an exception is NOT thrown or are there to check dependencies for other tests. Newer phpunits mark all tests as risky that have no assertion.
* authpdo: fix group filterAndreas Gohr2016-12-20
| | | | The filter passed by the user manager is called 'grps' not 'group'
* authpdo: fix return type of retrieveUsers() #1781Andreas Gohr2016-12-20
|
* authpdo: fix wrong return type for getUserCount() #1781Andreas Gohr2016-12-20
|
* skip tests if sqlite or pdo is missingAndreas Gohr2016-01-30
|
* user listing and counting addedAndreas Gohr2016-01-30
|
* added user deletionAndreas Gohr2016-01-30
|
* usermodification works nowAndreas Gohr2016-01-30
|
* user and group creation works nowAndreas Gohr2016-01-30
|
* added user group selectionAndreas Gohr2016-01-30
|
* began work on PDO auth pluginAndreas Gohr2016-01-29