Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
term_reference_change
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
term_reference_change
Commits
d3648e9a
Commit
d3648e9a
authored
2 years ago
by
Joshua Sedler
Committed by
Julian Pustkuchen
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3289993
: Automated Drupal 10 compatibility fixes
parent
77f02ace
No related branches found
No related tags found
1 merge request
!5
Issue #3289993: Automated Drupal 10 compatibility fixes
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
term_reference_change.info.yml
+1
-2
1 addition, 2 deletions
term_reference_change.info.yml
tests/src/Kernel/ReferenceFinderTest.php
+1
-1
1 addition, 1 deletion
tests/src/Kernel/ReferenceFinderTest.php
tests/src/Kernel/ReferenceMigratorTest.php
+1
-1
1 addition, 1 deletion
tests/src/Kernel/ReferenceMigratorTest.php
with
3 additions
and
4 deletions
term_reference_change.info.yml
+
1
−
2
View file @
d3648e9a
name
:
Term Reference Change
name
:
Term Reference Change
description
:
Allows term references to be changed in bulk.
description
:
Allows term references to be changed in bulk.
core
:
8.x
core_version_requirement
:
^8.9 || ^9 || ^10
core_version_requirement
:
^8 || ^9
type
:
module
type
:
module
dependencies
:
dependencies
:
...
...
This diff is collapsed.
Click to expand it.
tests/src/Kernel/ReferenceFinderTest.php
+
1
−
1
View file @
d3648e9a
...
@@ -65,7 +65,7 @@ class ReferenceFinderTest extends KernelTestBase {
...
@@ -65,7 +65,7 @@ class ReferenceFinderTest extends KernelTestBase {
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
public
function
setUp
()
{
public
function
setUp
()
:
void
{
parent
::
setUp
();
parent
::
setUp
();
$this
->
installConfig
([
'filter'
]);
$this
->
installConfig
([
'filter'
]);
$this
->
installSchema
(
'system'
,
'sequences'
);
$this
->
installSchema
(
'system'
,
'sequences'
);
...
...
This diff is collapsed.
Click to expand it.
tests/src/Kernel/ReferenceMigratorTest.php
+
1
−
1
View file @
d3648e9a
...
@@ -61,7 +61,7 @@ class ReferenceMigratorTest extends KernelTestBase {
...
@@ -61,7 +61,7 @@ class ReferenceMigratorTest extends KernelTestBase {
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
public
function
setUp
()
{
public
function
setUp
()
:
void
{
parent
::
setUp
();
parent
::
setUp
();
$this
->
installConfig
([
'filter'
]);
$this
->
installConfig
([
'filter'
]);
$this
->
installSchema
(
'system'
,
'sequences'
);
$this
->
installSchema
(
'system'
,
'sequences'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment