aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12574] Remove special cases for PHP < 5.3.7Marc Alexander2019-11-161-39/+0
| | | | PHPBB3-12574
* [ticket/12574] Adjust login tests for ldapMarc Alexander2019-11-161-0/+12
| | | | PHPBB3-12574
* [ticket/12716] Use a string as session_idTristan Darricau2014-06-231-1/+1
| | | | PHPBB3-12716
* [ticket/12716] Add regression testTristan Darricau2014-06-191-0/+6
| | | | PHPBB3-12716
* [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-012-6/+0
| | | | PHPBB3-12352
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-062-12/+0
| | | | PHPBB3-12115
* [feature/passwords] Fix tests on PHP < 5.3.3 againMarc Alexander2013-10-271-0/+48
| | | | PHPBB3-11610
* [feature/passwords] Integrate convert_flag with db auth providerMarc Alexander2013-10-251-0/+15
| | | | PHPBB3-11610
* [feature/oauth] Forgot new line characterJoseph Warner2013-08-011-1/+2
| | | | PHPBB3-11673
* [feature/oauth] Clean up oauth_tokens test fixtureJoseph Warner2013-07-241-15/+0
| | | | PHPBB3-11673
* [feature/oauth] Initial token storage testsJoseph Warner2013-07-241-0/+24
| | | | PHPBB3-11673
* [feature/auth-refactor] Initial auth unit test provider_dbJoseph Warner2013-06-241-0/+33
Initial work on a unit test for the provider_db login function. Does not work currently. PHPBB3-9734