Unverified Commit 559ddbd5 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3267458 by Spokje, quietone, yogeshmpawar, catch: Deprecate aggregator module in Drupal 9.4

parent e4579e1e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ type: module
description: 'Gathers and displays syndicated content (RSS, RDF, and Atom feeds) from external sources.'
package: Core
version: VERSION
lifecycle: deprecated
lifecycle_link: https://www.drupal.org/node/3223395#s-aggregator
configure: aggregator.admin_settings
dependencies:
  - drupal:file
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
 * Add feed test.
 *
 * @group aggregator
 * @group legacy
 */
class AddFeedTest extends AggregatorTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
 * Tests aggregator admin pages.
 *
 * @group aggregator
 * @group legacy
 */
class AggregatorAdminTest extends AggregatorTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
 * Update feeds on cron.
 *
 * @group aggregator
 * @group legacy
 */
class AggregatorCronTest extends AggregatorTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
 * configurable.
 *
 * @group aggregator
 * @group legacy
 */
class AggregatorDisplayConfigurableTest extends AggregatorTestBase {

Loading