aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth/provider_db_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12574] Remove special cases for PHP < 5.3.7Marc Alexander2019-11-161-18/+3
| | | | PHPBB3-12574
* [ticket/12574] Clean up dependencies of db auth providerMarc Alexander2019-11-161-1/+13
| | | | PHPBB3-12574
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
| | | | PHPBB3-14972
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-3/+0
| | | | PHPBB3-14576
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+3
| | | | PHPBB3-13762
* [ticket/13332] Fix auth provider testsMarc Alexander2014-11-121-1/+8
| | | | PHPBB3-13332
* [ticket/11854] Update testsTristan Darricau2014-08-111-1/+3
| | | | PHPBB3-11854
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
| | | | PHPBB3-12932
* [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-011-1/+0
| | | | PHPBB3-12352
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-021-5/+0
| | | | PHPBB3-11610
* Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-291-1/+2
|\ | | | | | | | | Conflicts: phpBB/config/services.yml
| * [ticket/12056] Fix "Call to undefined function ...\utf8_clean_string()"Andreas Fischer2013-12-041-1/+2
| | | | | | | | PHPBB3-12056
* | [feature/passwords] Pass list of default types to passwords managerMarc Alexander2013-10-271-2/+2
| | | | | | | | | | | | | | This list is in the order of how the driver types would be used. If a driver is not supported we will try the subsequent one. PHPBB3-11610
* | [feature/passwords] Fix tests on PHP < 5.3.3 againMarc Alexander2013-10-271-2/+17
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Integrate convert_flag with db auth providerMarc Alexander2013-10-251-1/+6
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Add prepending backslash to class namespacesMarc Alexander2013-10-021-7/+7
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Inject passwords manager into auth providersMarc Alexander2013-10-021-1/+18
|/ | | | | | | The passwords manager will replace the old method of using the functions phpbb_hash() and phpbb_check_hash(). PHPBB3-11610
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-4/+4
| | | | PHPBB3-11700
* [feature/auth-refactor] Finish provider_db unit test for loginJoseph Warner2013-06-251-2/+12
| | | | | | | Finishes the provider_db unit test for login. The test currently passes. PHPBB3-9734
* [feature/auth-refactor] Initial auth unit test provider_dbJoseph Warner2013-06-241-0/+40
Initial work on a unit test for the provider_db login function. Does not work currently. PHPBB3-9734