Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
revisiondiff
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
revisiondiff
Merge requests
!1
Resolve
#3289386
"Automated drupal 10"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve
#3289386
"Automated drupal 10"
issue/revisiondiff-3289386:3289386-automated-drupal-10
into
8.x-1.x
Overview
0
Commits
2
Pipelines
0
Changes
3
Open
Rafael Tomita
requested to merge
issue/revisiondiff-3289386:3289386-automated-drupal-10
into
8.x-1.x
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
3
Expand
Closes
#3289386
Replicated Drupal rector fixes, and added a composer.json file.
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (HEAD)
and
latest version
latest version
a274f7d5
2 commits,
1 year ago
3 files
+
12
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
tests/src/Functional/AdminPageTest.php
+
1
−
1
Options
@@ -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
Loading