Loading core/modules/aggregator/aggregator.info.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading core/modules/aggregator/tests/src/Functional/AddFeedTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ * Add feed test. * * @group aggregator * @group legacy */ class AddFeedTest extends AggregatorTestBase { Loading core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ * Tests aggregator admin pages. * * @group aggregator * @group legacy */ class AggregatorAdminTest extends AggregatorTestBase { Loading core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ * Update feeds on cron. * * @group aggregator * @group legacy */ class AggregatorCronTest extends AggregatorTestBase { Loading core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ * configurable. * * @group aggregator * @group legacy */ class AggregatorDisplayConfigurableTest extends AggregatorTestBase { Loading Loading
core/modules/aggregator/aggregator.info.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
core/modules/aggregator/tests/src/Functional/AddFeedTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ * Add feed test. * * @group aggregator * @group legacy */ class AddFeedTest extends AggregatorTestBase { Loading
core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ * Tests aggregator admin pages. * * @group aggregator * @group legacy */ class AggregatorAdminTest extends AggregatorTestBase { Loading
core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ * Update feeds on cron. * * @group aggregator * @group legacy */ class AggregatorCronTest extends AggregatorTestBase { Loading
core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ * configurable. * * @group aggregator * @group legacy */ class AggregatorDisplayConfigurableTest extends AggregatorTestBase { Loading