Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
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
automatic_updates
Merge requests
!101
Issue
#3246673
: Move PendingUpdatesValidator into Package Manager
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3246673
: Move PendingUpdatesValidator into Package Manager
issue/automatic_updates-3246673:3246673-move-pendingupdatesvalidator-into
into
8.x-2.x
Overview
2
Commits
8
Pipelines
0
Changes
1
Merged
Adam G-H
requested to merge
issue/automatic_updates-3246673:3246673-move-pendingupdatesvalidator-into
into
8.x-2.x
3 years ago
Overview
2
Commits
8
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a868da53
Prev
Next
Show latest version
1 file
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a868da53
Fix test
· a868da53
Adam G-H
authored
3 years ago
package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php
+
5
−
0
Options
@@ -11,6 +11,11 @@ use Drupal\package_manager\ValidationResult;
*/
class
PendingUpdatesValidatorTest
extends
PackageManagerKernelTestBase
{
/**
* {@inheritdoc}
*/
protected
static
$modules
=
[
'system'
];
/**
* Tests that no error is raised if there are no pending updates.
*/
Loading