summaryrefslogtreecommitdiffstats
path: root/tests/lib/authentication/token/defaulttokenprovidertest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-212/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* add method to query all user auth tokensChristoph Wurst2016-05-181-0/+10
|
* Use CLOB for auth token names to allow long user agent stringsChristoph Wurst2016-05-121-1/+4
|
* delete the token in case an exception is thrown when decrypting the passwordChristoph Wurst2016-05-111-1/+32
|
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-18/+18
|
* fix mock builder for old phpunit versionsChristoph Wurst2016-05-111-3/+9
|
* add unit tests for all new classesChristoph Wurst2016-05-111-0/+162