aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/submit_post_base.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3234 from brunoais/ticket/13154Joas Schilling2015-01-131-1/+1
|\ | | | | | | [ticket/13154] Event to edit user list for notification in notifications
| * [ticket/13154] Fix submit_post_test() test groupbrunoais2014-12-181-1/+1
| | | | | | | | PHPBB3-13154
* | [ticket/13146] Even more missing phpbb_mock_event_dispatcher()brunoais2015-01-101-1/+2
|/ | | | PHPBB3-13146
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
| | | | PHPBB3-12932
* [ticket/12738] Add $config to constructor in notification testDhruv2014-06-201-1/+1
| | | | PHPBB3-12738
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12370] Add unit tests for topic notificationsJoas Schilling2014-04-071-1/+1
| | | | PHPBB3-12370
* [ticket/12317] Do not repeat SQL query in notification_submit_post_base.Andreas Fischer2014-03-281-6/+1
| | | | PHPBB3-12317
* [ticket/12050] Make phpbb_notification_submit_post_base abstract.Andreas Fischer2013-12-011-1/+1
| | | | PHPBB3-12050
* [ticket/12008] Update the run time value for the prune notifications cron taskCesar G2013-11-141-1/+1
| | | | PHPBB3-12008
* [ticket/11700] Correclty use namespaces in notificationsNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-10/+10
| | | | PHPBB3-11700
* [ticket/9657] Fix notification testsJoas Schilling2013-07-111-0/+1
| | | | PHPBB3-9657
* [ticket/11413] Remove remaining irrelevant code to this PRNathaniel Guse2013-05-031-1/+1
| | | | PHPBB3-11413
* [ticket/11413] Fix test fixtures and testsNathaniel Guse2013-04-291-15/+25
| | | | PHPBB3-11413
* [ticket/11413] Fix some more testsNathaniel Guse2013-04-291-4/+6
| | | | PHPBB3-11413
* [ticket/11335] (more tests) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-3/+3
| | | | PHPBB3-11335
* [ticket/11405] Fix "only variables should be passed by reference"Joas Schilling2013-03-261-1/+3
| | | | PHPBB3-11405
* [ticket/11405] Use different fixtures so it's not a total messJoas Schilling2013-03-261-1/+1
| | | | PHPBB3-11405
* [ticket/11405] Move test to submit_post_base.php and use data sets for testingJoas Schilling2013-03-261-1/+46
| | | | PHPBB3-11405
* [ticket/11405] Add a base class to avoid duplicated setUp() codeJoas Schilling2013-03-251-0/+94
PHPBB3-11405