Skip to content
Snippets Groups Projects
Commit 633d5d1d authored by Ted Bowman's avatar Ted Bowman
Browse files

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!1100Issue #3436993: Ensure exceptions are shown if updating extensions and there...
Pipeline #137787 failed
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment