aboutsummaryrefslogtreecommitdiffstats
path: root/tests/log
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16276] Further fix PHP nightly testsrxu2019-12-292-1/+3
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-084-6/+6
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-314-11/+0
* Merge branch '3.1.x'Marc Alexander2016-01-151-0/+9
|\
| * [ticket/14403] Don't expect user_id and user_ip in phpbb\logOliver Schramm2016-01-101-0/+9
* | [ticket/9485] Fix testsZoddo2015-08-304-0/+45
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-023-4/+13
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-1/+1
|/
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-103-4/+4
* [ticket/12662] Update tests that utilize get_username_stringPayBas2014-06-251-13/+13
* [ticket/12639] Use assertSameTristan Darricau2014-06-011-3/+3
* [ticket/12639] Remove old commented testsTristan Darricau2014-06-011-5/+0
* [ticket/12639] Order the results correctly in the testTristan Darricau2014-05-311-6/+6
* [ticket/12639] Fix tests on postgresTristan Darricau2014-05-311-6/+6
* [ticket/12639] Update tests to use a dataProviderTristan Darricau2014-05-311-31/+128
* [ticket/12639] Add a test case with an empty keywords listTristan Darricau2014-05-311-0/+5
* Merge pull request #2433 from Nicofuma/ticket/10899Joas Schilling2014-05-302-0/+292
|\
| * [ticket/10899] Add event core.delete_logTristan Darricau2014-05-281-1/+1
| * [ticket/10899] Fix typo in the class nameTristan Darricau2014-05-281-1/+1
| * [ticket/10899] Add unit testsTristan Darricau2014-05-282-0/+292
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-273-9/+21
|/
* [ticket/12444] Replacing spaces with tabsNicofuma2014-04-261-2/+2
* [ticket/12444] Replace spaces with tabsNicofuma2014-04-261-22/+22
* [ticket/12444] Adding regression testNicofuma2014-04-262-12/+51
* [ticket/12422] Add testsOliver Schramm2014-04-222-1/+46
* [ticket/12388] Add tests for lang() use on log actions without dataJoas Schilling2014-04-111-3/+5
* [ticket/12113] Fix view_log() testsJoas Schilling2014-04-011-1/+1
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-061-6/+0
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-163-11/+11
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-1/+0
* [ticket/11501] Remove test_ prefix from data provider methodsJoas Schilling2013-04-192-4/+4
* [ticket/10714] Fix more commentsJoas Schilling2013-01-221-2/+2
* [ticket/10714] Fix missing 8th argument in unit testsJoas Schilling2013-01-223-4/+4
* [ticket/10714] Fix several comments and variable namesJoas Schilling2013-01-161-1/+1
* [ticket/10714] Fix dependency injections in unit tests with mocksJoas Schilling2012-12-113-7/+24
* [ticket/10714] Add global variables for the unit testsJoas Schilling2012-12-072-3/+7
* [ticket/10714] Fix unit test because of events and moved filesJoas Schilling2012-08-213-6/+8
* [ticket/10714] Refactor disable mechanism to only disable certain typesJoas Schilling2012-08-211-5/+23
* [ticket/10714] Add docblock for the test casesJoas Schilling2012-08-212-25/+54
* [ticket/10714] Add unit tests for view_log functionJoas Schilling2012-08-212-0/+507
* [ticket/10714] Rename add_log_function testJoas Schilling2012-08-211-3/+3
* [ticket/10714] Serialize the log_data in the testinsteadof hardcoding itJoas Schilling2012-08-211-50/+57
* [ticket/10714] Add unit tests for log classJoas Schilling2012-08-211-0/+56
* [ticket/10714] Add unit tests for add_log functionJoas Schilling2012-08-212-0/+166