Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fieldclone
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
fieldclone
Commits
3930c422
Commit
3930c422
authored
1 year ago
by
Dinesh Kumar Bollu
Committed by
Merlin Axel Rutz
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3287548
by Project Update Bot: Automated Drupal 10 compatibility fixes
parent
747cdcea
No related branches found
No related tags found
1 merge request
!1
D10 compatible issues
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fieldclone.info.yml
+1
-1
1 addition, 1 deletion
fieldclone.info.yml
tests/src/Functional/AdminPageTest.php
+1
-1
1 addition, 1 deletion
tests/src/Functional/AdminPageTest.php
with
2 additions
and
2 deletions
fieldclone.info.yml
+
1
−
1
View file @
3930c422
name
:
"
Field
Clone"
type
:
module
description
:
"
Example
usage:
node/add/page?fieldclone=node:17:field_common|node:23:field_source:field_target"
core_version_requirement
:
^8.7.7 || ^9
core_version_requirement
:
^8.7.7 || ^9
|| ^10
package
:
clever-systems.net
configure
:
fieldclone.information
dependencies
:
...
...
This diff is collapsed.
Click to expand it.
tests/src/Functional/AdminPageTest.php
+
1
−
1
View file @
3930c422
...
...
@@ -33,7 +33,7 @@ class AdminPageTest extends BrowserTestBase {
public
function
testAdminPage
()
{
$this
->
drupalLogin
(
$this
->
rootUser
);
$this
->
drupalGet
(
'admin'
);
$this
->
assert
R
es
ponse
(
200
);
$this
->
assert
S
es
sion
()
->
statusCodeEquals
(
200
);
// Ensure that the test is not marked as risky because of no assertions.
// see https://gitlab.com/weitzman/drupal-test-traits/-/commit/82bf5059908f9073b3468cb7313960da72176d9a
...
...
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