Issue #3264122: Move all aggregator tests to the module in preperation of removal in d10
Merge request reports
Activity
added 2 commits
added 1 commit
- 1e0d8406 - Split off OPML feed UI testing from RSS feed UI testing
added 2 commits
added 4 commits
-
b63ff57f...d901d684 - 2 commits from branch
project:9.4.x
- 7ad959e6 - Fix PhpUnitCliTest (part deux)
- 7961d51e - Merge branch '9.4.x' into 3264122-move-all-aggregator
-
b63ff57f...d901d684 - 2 commits from branch
added 6 commits
-
9f7cfafc...1e35a287 - 3 commits from branch
project:9.4.x
- 9a4affbe - Merge branch '9.4.x' into 3264122-move-all-aggregator
- 9d261c41 - Merge branch '9.4.x' into 3264122-move-all-aggregator
- 28196dcf - _very_ unsure what this tests/ has been testing before, but it passes without aggregator and queues
Toggle commit list-
9f7cfafc...1e35a287 - 3 commits from branch
22 * A queue instance. 23 * 24 * @var \Drupal\Core\Queue\DatabaseQueue 25 */ 26 protected $queue; 27 28 21 /** 29 22 * Modules to enable. 30 23 * 31 24 * @var array 32 25 */ 33 protected static $modules = ['system', 'user', 'aggregator']; 26 protected static $modules = ['system', 'user']; 34 27 35 28 /** 36 29 * {@inheritdoc} - Comment on lines 18 to 36
I'm very unsure what this test is supposed to test or has been testing before, but currently it passes without using Queues and aggregator, which seem to leave only a simple form submit test?
Although it works for this MR, since it doesn't need to use the aggregator module, I think a follow-up issue might be in order to either delete or fix this test?
added 7 commits
-
28196dcf...5f3489ff - 3 commits from branch
project:9.4.x
- e65a2dd8 - Merge branch '9.4.x' into 3264122-move-all-aggregator
- dbb5cfbb - Split off d6 migrate_ui for aggregator module into its own test
- 1717a97d - Merge branch '9.4.x' into 3264122-move-all-aggregator
- af18f5bf - Split off d6 migrate_ui for aggregator module into its own test
Toggle commit list-
28196dcf...5f3489ff - 3 commits from branch
added 1 commit
- 62d70726 - Split off d6 migrate_drupal_ui for aggregator module into its own test
added 3 commits
-
62d70726...18c089bc - 2 commits from branch
project:9.4.x
- b240656b - Merge branch '9.4.x' into 3264122-move-all-aggregator
-
62d70726...18c089bc - 2 commits from branch
added 1 commit
- 667ceece - Split off d7 migrate_drupal_ui for aggregator module into its own test
added 1 commit
- 17556e84 - migrate_drupal_ui tests without aggregator module
added 3 commits
-
17556e84...9bdef2ac - 2 commits from branch
project:9.4.x
- 7c70a6e6 - Merge branch '9.4.x' into 3264122-move-all-aggregator
-
17556e84...9bdef2ac - 2 commits from branch
added 12 commits
-
7c70a6e6...a2c7e7b0 - 8 commits from branch
project:9.4.x
- 86578bea - Merge branch '9.4.x' into 3264122-move-all-aggregator
- 4d71cc3c - Merge branch '9.4.x' into 3264122-move-all-aggregator
- c832dbf0 - Merge branch '9.4.x' into 3264122-move-all-aggregator
- 092fccff - Split off d6 migrate_drupal_ui IdConflictTest for aggregator module into its own test
Toggle commit list-
7c70a6e6...a2c7e7b0 - 8 commits from branch
Please register or sign in to reply