aboutsummaryrefslogtreecommitdiffstats
path: root/tests/privmsgs/delete_user_pms_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11159] static public is the currently approved order.Oleg Pudeyev2012-11-061-1/+1
| | | | PHPBB3-11159
* [ticket/10950] Fix unit tests to fit the new pm deleting behaviourJoas Schilling2012-07-201-1/+0
| | | | | | Undelivered PMs should not be delivered to recipients that have not yet received them. PHPBB3-10950
* [ticket/10950] Remove deleted entries in tests instead of commenting them outJoas Schilling2012-07-111-17/+0
| | | | PHPBB3-10950
* [ticket/10950] Fix unit tests to reflect desired behaviourJoas Schilling2012-07-041-2/+27
| | | | | | See http://wiki.phpbb.com/Deleting_Private_Messages for further explanation. PHPBB3-10950
* [ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()Joas Schilling2012-06-231-0/+95
Todo: Add cases to in which the msg is also deleted. PHPBB3-10950