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
!4872
Issue
#3389510
: Split up update semver tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3389510
: Split up update semver tests
issue/drupal-3389510:3389510-split-up-updatesemvercoretest
into
11.x
Overview
2
Commits
12
Pipelines
9
Changes
11
1 unresolved thread
Hide all comments
Closed
catch
requested to merge
issue/drupal-3389510:3389510-split-up-updatesemvercoretest
into
11.x
1 year ago
Overview
2
Commits
12
Pipelines
9
Changes
11
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
11.x
version 8
a614a2c8
1 year ago
version 7
f3b3c215
1 year ago
version 6
1c2c6fcb
1 year ago
version 5
ef058fa8
1 year ago
version 4
86b55d81
1 year ago
version 3
21f069af
1 year ago
version 2
e0c53c4f
1 year ago
version 1
49f02a6e
1 year ago
11.x (base)
and
latest version
latest version
f4bf78fa
12 commits,
1 year ago
version 8
a614a2c8
12 commits,
1 year ago
version 7
f3b3c215
11 commits,
1 year ago
version 6
1c2c6fcb
10 commits,
1 year ago
version 5
ef058fa8
10 commits,
1 year ago
version 4
86b55d81
5 commits,
1 year ago
version 3
21f069af
4 commits,
1 year ago
version 2
e0c53c4f
3 commits,
1 year ago
version 1
49f02a6e
1 commit,
1 year ago
11 files
+
753
−
645
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
core/modules/update/tests/src/Functional/UpdateSemverContribBaselineTest.php
0 → 100644
+
15
−
0
Options
<?php
namespace
Drupal\Tests\update\Functional
;
/**
* Tests the Update Manager module with a contrib module with semver versions.
*
* @group update
* @group #slow
*/
class
UpdateSemverContribBaselineTest
extends
UpdateSemverContribTestBase
{
use
UpdateSemverTestBaselineTrait
;
}
Loading