aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification
Commit message (Expand)AuthorAgeFilesLines
...
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-066-80/+0
* [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-142-1/+2
* [ticket/11691] Fix conversion testJoas Schilling2013-10-011-1/+1
* [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-162-9/+9
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-164-247/+390
|\
| * [ticket/11745] Add test for group request approvedNathan Guse2013-07-271-0/+29
| * [ticket/11744] Helper function to assert notifications in base testNathan Guse2013-07-273-168/+145
| * [ticket/11744] Copyright yearNathan Guse2013-07-271-1/+1
| * [ticket/11744] Fix tests for postgresqlNathaniel Guse2013-07-263-50/+31
| * [ticket/11744] Empty notifications tables after testing themNathaniel Guse2013-07-261-0/+9
| * [ticket/11744] Tables are not truncated in some dbms during testsNathaniel Guse2013-07-262-11/+8
| * [ticket/11744] Include onceNathaniel Guse2013-07-261-3/+3
| * [ticket/11744] CleanupNathaniel Guse2013-07-261-3/+2
| * [ticket/11744] Group request testNathaniel Guse2013-07-262-0/+127
| * [ticket/11744] Create base notification test class for setupNathaniel Guse2013-07-262-83/+107
* | [ticket/11700] Correclty use namespaces in notificationsNils Adermann2013-09-165-6/+8
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-165-20/+20
|/
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-2/+0
* Merge pull request #1017 from nickvergessen/feature/softdelete-1-permissionNathan Guse2013-07-131-0/+1
|\
| * [ticket/9657] Fix notification testsJoas Schilling2013-07-111-0/+1
* | Merge remote-tracking branch 'EXreaction/ticket/11420' into developJoas Schilling2013-07-132-0/+190
|\ \ | |/ |/|
| * [ticket/11420] Fix testsNathaniel Guse2013-07-121-0/+21
| * [ticket/11420] Fix testsNathaniel Guse2013-07-111-1/+1
| * [ticket/11420] Fix testsNathaniel Guse2013-07-111-0/+7
| * [ticket/11420] Use !==, === when comparing stringsNathan Guse2013-07-061-3/+3
| * [ticket/11420] Fix notification options conversionNathaniel Guse2013-05-022-0/+162
* | [ticket/11561] Specify used tables in notification fixture, so they are emptiedJoas Schilling2013-06-181-0/+8
* | [ticket/11413] Use phpbb_user in testNathaniel Guse2013-05-131-1/+1
* | [ticket/11413] Fix unit testsNathaniel Guse2013-05-131-1/+1
* | [ticket/11413] Remove remaining irrelevant code to this PRNathaniel Guse2013-05-033-8/+6
* | [ticket/11413] Remove changes for ticket 11420 from this branchNathaniel Guse2013-05-022-162/+0
* | [ticket/11413] Include mock classNathaniel Guse2013-04-301-0/+1
* | [ticket/11413] Don't use the database for the convert testNathaniel Guse2013-04-301-21/+16
* | [ticket/11413] Test get_notification_type_id and _ids functionsNathaniel Guse2013-04-301-0/+29
* | [ticket/11413] Create test for notification conversionNathaniel Guse2013-04-302-0/+166
* | [ticket/11413] Fix test fixtures and testsNathaniel Guse2013-04-295-28/+46
* | [ticket/11413] Fix some more testsNathaniel Guse2013-04-291-4/+6
* | [ticket/11413] Fix notification testsNathaniel Guse2013-04-292-12/+104
|/
* [ticket/11335] (more tests) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-3/+3
* [ticket/11474] Add test user with only global m_approve permissionsJoas Schilling2013-03-272-2/+22
* [ticket/11405] Add unit tests for post_in_queueJoas Schilling2013-03-262-0/+262
* [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-264-123/+319
* [ticket/11405] Add unit tests for bookmarkingJoas Schilling2013-03-262-0/+165
* [ticket/11405] Move test to submit_post_base.php and use data sets for testingJoas Schilling2013-03-263-111/+155
* [ticket/11405] Correctly prefill the tables (missed the posts and not-types)Joas Schilling2013-03-253-5/+39
* [ticket/11405] Add a base class to avoid duplicated setUp() codeJoas Schilling2013-03-253-154/+102
* [ticket/11405] Add unit tests for quoted users notificationsJoas Schilling2013-03-253-1/+279
* [ticket/11405] Fix some coding style issuesJoas Schilling2013-03-251-7/+10