aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/base.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-131-0/+2
| | | | PHPBB3-14237
* [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-27/+27
| | | | PHPBB3-11444
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-3/+30
| | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* [ticket/13680] Updated quote notificationsJoshyPHP2015-05-151-1/+8
| | | | | | | Added get_quote_authors() to text_formatter.utils service to retrieve the names used in first-level quotes PHPBB3-13680
* [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-041-1/+1
| | | | PHPBB3-13782
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-2/+5
| | | | PHPBB3-13762
* [ticket/13154] Don't assign dispatcher to a variable. Just the obj param.brunoais2015-01-101-1/+1
| | | | PHPBB3-13154
* [ticket/13154] Adjusting phpBB tests for the dispatcherbrunoais2014-12-171-0/+3
| | | | PHPBB3-13154
* [ticket/12990] Fix unit testsTristan Darricau2014-08-171-17/+18
| | | | PHPBB3-12990
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
| | | | PHPBB3-12932
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12008] Update the run time value for the prune notifications cron taskCesar G2013-11-141-0/+1
| | | | PHPBB3-12008
* [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-161-6/+6
| | | | PHPBB3-11700
* [ticket/11744] Helper function to assert notifications in base testNathan Guse2013-07-271-0/+22
| | | | | | This also fixes tests PHPBB3-11744
* [ticket/11744] Copyright yearNathan Guse2013-07-271-1/+1
| | | | PHPBB3-11744
* [ticket/11744] Fix tests for postgresqlNathaniel Guse2013-07-261-5/+0
| | | | PHPBB3-11744
* [ticket/11744] Empty notifications tables after testing themNathaniel Guse2013-07-261-0/+9
| | | | PHPBB3-11744
* [ticket/11744] Create base notification test class for setupNathaniel Guse2013-07-261-0/+105
PHPBB3-11744