aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14670] Set shared flag instead of defining prototype scopeMarc Alexander2019-05-061-1/+1
| | | | | | The prototype scope was deprecated in symfony 2.8 and removed in 3.0. PHPBB3-14670
* [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-015-0/+11
| | | | PHPBB3-15055
* [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-131-0/+3
| | | | PHPBB3-14237
* [ticket/12143] Fix tests after rebaseOliver Schramm2015-08-051-0/+3
| | | | PHPBB3-12143
* [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-0/+70
| | | | PHPBB3-11444
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-135-28/+28
| | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* [ticket/12990] Fix unit testsTristan Darricau2014-08-175-33/+33
| | | | PHPBB3-12990
* [ticket/12370] Add unit tests for topic notificationsJoas Schilling2014-04-071-0/+134
| | | | PHPBB3-12370
* [ticket/11959] Add unit tests.Cesar G2014-03-191-0/+51
| | | | PHPBB3-11959
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-066-80/+0
| | | | PHPBB3-12115
* [ticket/11744] Group request testNathaniel Guse2013-07-261-0/+30
| | | | PHPBB3-11744
* Merge remote-tracking branch 'EXreaction/ticket/11420' into developJoas Schilling2013-07-131-0/+80
|\ | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11420: [ticket/11420] Fix tests [ticket/11420] Fix tests [ticket/11420] Fix tests [ticket/11420] Use !==, === when comparing strings [ticket/11420] Fix comments, license link [ticket/11420] Rename migrations file to something more helpful [ticket/11420] Forgot to include mock sql_insert_buffer [ticket/11420] Fix notification options conversion
| * [ticket/11420] Fix testsNathaniel Guse2013-07-121-0/+21
| | | | | | | | PHPBB3-11420
| * [ticket/11420] Fix testsNathaniel Guse2013-07-111-0/+7
| | | | | | | | PHPBB3-11420
| * [ticket/11420] Fix notification options conversionNathaniel Guse2013-05-021-0/+52
| | | | | | | | PHPBB3-11420
* | [ticket/11561] Specify used tables in notification fixture, so they are emptiedJoas Schilling2013-06-181-0/+8
| | | | | | | | PHPBB3-11561
* | [ticket/11413] Remove changes for ticket 11420 from this branchNathaniel Guse2013-05-021-52/+0
| | | | | | | | PHPBB3-11413
* | [ticket/11413] Create test for notification conversionNathaniel Guse2013-04-301-0/+52
| | | | | | | | PHPBB3-11413
* | [ticket/11413] Fix test fixtures and testsNathaniel Guse2013-04-294-13/+21
|/ | | | PHPBB3-11413
* [ticket/11474] Add test user with only global m_approve permissionsJoas Schilling2013-03-271-0/+15
| | | | | PHPBB3-11405 PHPBB3-11474
* [ticket/11405] Add unit tests for post_in_queueJoas Schilling2013-03-261-0/+160
| | | | PHPBB3-11405
* [ticket/11405] Use different fixtures so it's not a total messJoas Schilling2013-03-263-122/+318
| | | | PHPBB3-11405
* [ticket/11405] Add unit tests for bookmarkingJoas Schilling2013-03-261-0/+75
| | | | PHPBB3-11405
* [ticket/11405] Correctly prefill the tables (missed the posts and not-types)Joas Schilling2013-03-251-0/+34
| | | | PHPBB3-11405
* [ticket/11405] Add unit tests for quoted users notificationsJoas Schilling2013-03-251-0/+98
| | | | PHPBB3-11405
* [ticket/11405] Add some basic tests for notifications in submit_post()Joas Schilling2013-03-231-0/+132
| | | | | | | | | | | | Poster, should NOT receive a notification Topic subscribed, should receive a notification Topic subscribed, but unauthed to read, should NOT receive a notification Topic subscribed, but already notified, should NOT receive a new notification Topic and forum subscribed, should receive ONE notification Forum subscribed, should receive a notification Forum subscribed, but already notified, should NOT receive a new notification PHPBB3-11405
* [ticket/11103] Working on test caseNathan Guse2012-10-051-0/+5
Fixing extension type/method naming scheme so they can be autoloaded. Other bugs PHPBB3-11103