aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/notification_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12990] Fix unit testsTristan Darricau2014-08-171-25/+25
| | | | PHPBB3-12990
* [ticket/11445] Improve unit tests for get_global_subscriptionsDhruv2014-06-011-0/+21
| | | | PHPBB3-11445
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11744] Helper function to assert notifications in base testNathan Guse2013-07-271-140/+108
| | | | | | This also fixes tests PHPBB3-11744
* [ticket/11744] Fix tests for postgresqlNathaniel Guse2013-07-261-37/+23
| | | | PHPBB3-11744
* [ticket/11744] Tables are not truncated in some dbms during testsNathaniel Guse2013-07-261-8/+8
| | | | PHPBB3-11744
* [ticket/11744] Create base notification test class for setupNathaniel Guse2013-07-261-83/+2
| | | | PHPBB3-11744
* [ticket/11413] Use phpbb_user in testNathaniel Guse2013-05-131-1/+1
| | | | PHPBB3-11413
* [ticket/11413] Fix unit testsNathaniel Guse2013-05-131-1/+1
| | | | PHPBB3-11413
* [ticket/11413] Remove remaining irrelevant code to this PRNathaniel Guse2013-05-031-2/+2
| | | | PHPBB3-11413
* [ticket/11413] Test get_notification_type_id and _ids functionsNathaniel Guse2013-04-301-0/+29
| | | | PHPBB3-11413
* [ticket/11413] Fix notification testsNathaniel Guse2013-04-291-12/+35
| | | | | | | Send types/methods the cache service, not the driver (not sure why the driver was sent before) PHPBB3-11413
* [ticket/11457] Remove check and include for set_var function. It's not used.Andreas Fischer2013-03-171-5/+0
| | | | PHPBB3-11457
* [ticket/11439] Add _test suffix to notification test filename.Andreas Fischer2013-03-151-0/+385
PHPBB3-11439