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