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