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
Closed spokje requested to merge issue/drupal-3264122:3264122-move-all-aggregator into 9.4.x
2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
2
<?php
namespace Drupal\Tests\jsonapi\Functional;
namespace Drupal\Tests\aggregator\Functional\JsonApi;
use Drupal\aggregator\Entity\Feed;
use Drupal\Core\Url;
use Drupal\Tests\jsonapi\Functional\ResourceTestBase;
use Drupal\Tests\jsonapi\Traits\CommonCollectionFilterAccessTestPatternsTrait;
/**
* JSON:API integration test for the "Feed" content entity type.
*
* @group jsonapi
* @group aggregator
*/
class FeedTest extends ResourceTestBase {
Loading