aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/submit_post_base.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-3/+0
* [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-131-3/+7
* [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-41/+30
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-17/+44
* [ticket/13680] Updated quote notificationsJoshyPHP2015-05-151-0/+5
* [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-041-1/+1
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+4
* [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-1/+0
* [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+0
* Merge pull request #3234 from brunoais/ticket/13154Joas Schilling2015-01-131-1/+1
|\
| * [ticket/13154] Fix submit_post_test() test groupbrunoais2014-12-181-1/+1
* | [ticket/13146] Even more missing phpbb_mock_event_dispatcher()brunoais2015-01-101-1/+2
|/
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
* [ticket/12738] Add $config to constructor in notification testDhruv2014-06-201-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12370] Add unit tests for topic notificationsJoas Schilling2014-04-071-1/+1
* [ticket/12317] Do not repeat SQL query in notification_submit_post_base.Andreas Fischer2014-03-281-6/+1
* [ticket/12050] Make phpbb_notification_submit_post_base abstract.Andreas Fischer2013-12-011-1/+1
* [ticket/12008] Update the run time value for the prune notifications cron taskCesar G2013-11-141-1/+1
* [ticket/11700] Correclty use namespaces in notificationsNils Adermann2013-09-161-1/+1
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-10/+10
* [ticket/9657] Fix notification testsJoas Schilling2013-07-111-0/+1
* [ticket/11413] Remove remaining irrelevant code to this PRNathaniel Guse2013-05-031-1/+1
* [ticket/11413] Fix test fixtures and testsNathaniel Guse2013-04-291-15/+25
* [ticket/11413] Fix some more testsNathaniel Guse2013-04-291-4/+6
* [ticket/11335] (more tests) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-3/+3
* [ticket/11405] Fix "only variables should be passed by reference"Joas Schilling2013-03-261-1/+3
* [ticket/11405] Use different fixtures so it's not a total messJoas Schilling2013-03-261-1/+1
* [ticket/11405] Move test to submit_post_base.php and use data sets for testingJoas Schilling2013-03-261-1/+46
* [ticket/11405] Add a base class to avoid duplicated setUp() codeJoas Schilling2013-03-251-0/+94