aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/notification_manager.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11103] Set basic notifications to be enabled by defaultNathan Guse2012-10-291-1/+1
| | | | | | | | | | | Now, if there is no row for the user in the user_notifications table, the user will receive basic notifications. If the user wishes to not receive notifications, a row must be added with notify = 0. For other methods besides the basic (e.g. email, jabber) a row must still be added with notify = 1 for them to receive notifications PHPBB3-11103
* [ticket/11103] Brackets on their own linesNathan Guse2012-10-181-9/+27
| | | | PHPBB3-11103
* [ticket/11103] Mock notification managerNathan Guse2012-10-041-0/+76
Fixing delete_user_pms_test.php PHPBB3-11103