Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!1812
Issue
#3264122
: Move all aggregator tests to the module in preperation of removal in d10
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3264122
: Move all aggregator tests to the module in preperation of removal in d10
issue/drupal-3264122:3264122-move-all-aggregator
into
9.4.x
Overview
13
Commits
69
Pipelines
0
Changes
2
Closed
spokje
requested to merge
issue/drupal-3264122:3264122-move-all-aggregator
into
9.4.x
3 years ago
Overview
2
Commits
69
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
35dbfcf1
Prev
Next
Show latest version
2 files
+
6
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
35dbfcf1
Moved jsonapi test
· 35dbfcf1
spokje
authored
3 years ago
core/modules/
jsonapi
/tests/src/Functional/FeedTest.php
→
core/modules/
aggregator
/tests/src/Functional/
JsonApi/
FeedTest.php
+
3
−
2
Options
<?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