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
!3278
Issue
#3268809
: Fix class comment doc blocks in tests for 'Drupal.Commenting.DocComment.ShortSingleLine'
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3268809
: Fix class comment doc blocks in tests for 'Drupal.Commenting.DocComment.ShortSingleLine'
issue/drupal-3268809:3268809-fix-class-comment
into
10.0.x
Overview
76
Commits
11
Pipelines
0
Changes
95
Closed
quietone
requested to merge
issue/drupal-3268809:3268809-fix-class-comment
into
10.0.x
2 years ago
Overview
76
Commits
11
Pipelines
0
Changes
95
Expand
0
0
Merge request reports
Compare
10.0.x
version 10
c834f793
2 years ago
version 9
3939f0cb
2 years ago
version 8
eb950d60
2 years ago
version 7
42c84000
2 years ago
version 6
93b545a9
2 years ago
version 5
332125a6
2 years ago
version 4
7b3384ff
2 years ago
version 3
f6906491
2 years ago
version 2
fc0e8fc3
2 years ago
version 1
ad917560
2 years ago
10.0.x (base)
and
latest version
latest version
bb0c6eea
11 commits,
2 years ago
version 10
c834f793
11 commits,
2 years ago
version 9
3939f0cb
10 commits,
2 years ago
version 8
eb950d60
10 commits,
2 years ago
version 7
42c84000
10 commits,
2 years ago
version 6
93b545a9
9 commits,
2 years ago
version 5
332125a6
8 commits,
2 years ago
version 4
7b3384ff
7 commits,
2 years ago
version 3
f6906491
6 commits,
2 years ago
version 2
fc0e8fc3
5 commits,
2 years ago
version 1
ad917560
4 commits,
2 years ago
95 files
+
155
−
184
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
95
Search (e.g. *.vue) (Ctrl+P)
core/modules/action/tests/src/Functional/ConfigurationTest.php
+
1
−
2
Options
@@ -6,8 +6,7 @@
use
Drupal\Tests\BrowserTestBase
;
/**
* Tests complex actions configuration by adding, editing, and deleting a
* complex action.
* Tests complex actions configuration.
*
* @group action
*/
Loading