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
Commits
633d5d1d
Commit
633d5d1d
authored
11 months ago
by
Ted Bowman
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3437409
: Don't allow core updates in automatic_updates_extensions- phpcs fix
parent
64f925e7
No related branches found
No related tags found
1 merge request
!1100
Issue #3436993: Ensure exceptions are shown if updating extensions and there...
Pipeline
#137787
failed
11 months ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
automatic_updates_extensions/tests/src/Kernel/Validator/ForbidCoreChangesValidatorTest.php
+1
-1
1 addition, 1 deletion
...s/src/Kernel/Validator/ForbidCoreChangesValidatorTest.php
with
1 addition
and
1 deletion
automatic_updates_extensions/tests/src/Kernel/Validator/ForbidCoreChangesValidatorTest.php
+
1
−
1
View file @
633d5d1d
...
@@ -23,7 +23,7 @@ class ForbidCoreChangesValidatorTest extends AutomaticUpdatesExtensionsKernelTes
...
@@ -23,7 +23,7 @@ class ForbidCoreChangesValidatorTest extends AutomaticUpdatesExtensionsKernelTes
* removed in the stage.
* removed in the stage.
* @param string[][] $new_packages
* @param string[][] $new_packages
* An array of the new packages to add to the stage.
* An array of the new packages to add to the stage.
* @param ValidationResult[] $expected_results
* @param
\Drupal\package_manager\
ValidationResult[] $expected_results
* The expected validation results.
* The expected validation results.
*
*
* @dataProvider providerTestErrorMessage
* @dataProvider providerTestErrorMessage
...
...
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