Skip to content
Snippets Groups Projects

Issue #3264122: Move all aggregator tests to the module in preperation of removal in d10

Closed Issue #3264122: Move all aggregator tests to the module in preperation of removal in d10
2 unresolved threads
Closed spokje requested to merge issue/drupal-3264122:3264122-move-all-aggregator into 9.4.x
2 unresolved threads
Compare and Show latest version
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
<?php
namespace Drupal\Tests\aggregator\Functional\JsonApi;
namespace Drupal\Tests\aggregator\Functional\Jsonapi;
use Drupal\aggregator\Entity\Feed;
use Drupal\Core\Url;
Loading