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
!1847
Issue
#3263654
: Move all HAL tests to the module in preparation of removal in D10
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3263654
: Move all HAL tests to the module in preparation of removal in D10
issue/drupal-3263654:3263654-10.0.x-deck-and-move-the-hal
into
10.0.x
Overview
0
Commits
2
Pipelines
0
Changes
181
Closed
spokje
requested to merge
issue/drupal-3263654:3263654-10.0.x-deck-and-move-the-hal
into
10.0.x
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
181
Expand
0
0
Merge request reports
Compare
10.0.x
version 1
65ed57fe
3 years ago
10.0.x (base)
and
latest version
latest version
0b27c939
2 commits,
3 years ago
version 1
65ed57fe
1 commit,
3 years ago
181 files
+
100
−
7962
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
181
Search (e.g. *.vue) (Ctrl+P)
core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonAnonTest.php deleted
100644 → 0
+
0
−
24
Options
<?php
namespace
Drupal\Tests\aggregator\Functional\Hal
;
use
Drupal\Tests\rest\Functional\AnonResourceTestTrait
;
/**
* @group hal
*/
class
FeedHalJsonAnonTest
extends
FeedHalJsonTestBase
{
use
AnonResourceTestTrait
;
/**
* {@inheritdoc}
*/
protected
static
$mimeType
=
'application/hal+json'
;
/**
* {@inheritdoc}
*/
protected
$defaultTheme
=
'stark'
;
}
Loading