aboutsummaryrefslogtreecommitdiffstats
path: root/tests/log/add_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-2/+2
| | | | PHPBB3-14972
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* Merge branch '3.1.x'Marc Alexander2016-01-151-0/+9
|\ | | | | | | | | Conflicts: phpBB/phpbb/log/log.php
| * [ticket/14403] Don't expect user_id and user_ip in phpbb\logOliver Schramm2016-01-101-0/+9
| | | | | | | | PHPBB3-14403
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-2/+6
|/ | | | 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-271-3/+7
| | | | PHPBB3-12594
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-6/+6
| | | | PHPBB3-11700
* [ticket/10714] Fix missing 8th argument in unit testsJoas Schilling2013-01-221-2/+2
| | | | PHPBB3-10714
* [ticket/10714] Fix dependency injections in unit tests with mocksJoas Schilling2012-12-111-3/+16
| | | | PHPBB3-10714
* [ticket/10714] Fix unit test because of events and moved filesJoas Schilling2012-08-211-1/+2
| | | | PHPBB3-10714
* [ticket/10714] Refactor disable mechanism to only disable certain typesJoas Schilling2012-08-211-5/+23
| | | | | | | Only disable admin log when adding multiple users, so critical errors are still logged. PHPBB3-10714
* [ticket/10714] Add unit tests for log classJoas Schilling2012-08-211-0/+56
PHPBB3-10714