aboutsummaryrefslogtreecommitdiffstats
path: root/tests/user
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-119/+0
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-2/+2
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-272-6/+14
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-061-8/+0
* [ticket/12056] Fix "Call to undefined function phpbb\phpbb_get_plural_form()".Andreas Fischer2013-12-041-0/+2
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-162-3/+3
* [ticket/11573] Honor MySQL STRICT_TRANS_TABLES in phpbb_user_loader_test.Andreas Fischer2013-05-271-0/+16
* [ticket/11441] Split user loader tests into multiple test methods.Andreas Fischer2013-03-151-2/+9
* [ticket/11441] Use setUp() in phpbb_user_loader_test.Andreas Fischer2013-03-151-10/+17
* [ticket/11441] Update/correct copyright year of user loader test.Andreas Fischer2013-03-151-1/+1
* [ticket/11441] Correct/fix class name of user loader test.Andreas Fischer2013-03-151-1/+1
* [ticket/11441] Add _test prefix to user loader test filename.Andreas Fischer2013-03-151-0/+0
* [ticket/11103] Some improvements to the user loaderNathan Guse2012-12-081-7/+8
* [ticket/11103] User loader test.batNathan Guse2012-12-082-0/+71
* [feature/class-prefix] Rename user and session to phpbb_*Igor Wiedler2012-03-311-4/+2
* Merge branch 'develop-olympus' into developAndreas Fischer2012-01-021-1/+1
|\
| * [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
* | [ticket/10345] Return the language key when the key has an empty arrayJoas Schilling2011-11-301-0/+5
* | [ticket/10345] Fix little type in unit testJoas Schilling2011-11-251-1/+1
* | [ticket/10345] Make the use of the 0-case optionalJoas Schilling2011-11-251-1/+8
* | [ticket/10345] Add tests for array() as first parameter on call to $user->lang()Joas Schilling2011-11-251-2/+11
* | [ticket/10345] Allow float as array key and add some testsJoas Schilling2011-11-251-0/+18
* | [ticket/10345] Fix documentation on the new function and the switchJoas Schilling2011-11-251-2/+2
* | [ticket/10345] Add a system to allow multiple plural formsJoas Schilling2011-11-251-0/+18
|/
* [ticket/9949] Unit tests for user::lang()Andreas Fischer2011-02-071-0/+58