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

found 2 more, because of multiple line split

parent ae96e551
No related merge requests found
...@@ -95,7 +95,7 @@ class ComposerExecutableValidator implements EventSubscriberInterface { ...@@ -95,7 +95,7 @@ class ComposerExecutableValidator implements EventSubscriberInterface {
public function validateStagePreOperation(PreOperationStageEvent $event): void { public function validateStagePreOperation(PreOperationStageEvent $event): void {
// Return early if Composer is not available. // Return early if Composer is not available.
try { try {
// The "Composer is available" precondition requires active and staging // The "Composer is available" precondition requires active and stage
// directories, but they don't actually matter to it, nor do path // directories, but they don't actually matter to it, nor do path
// exclusions, so dummies can be passed for simplicity. // exclusions, so dummies can be passed for simplicity.
$active_dir = $this->pathFactory::create(__DIR__); $active_dir = $this->pathFactory::create(__DIR__);
......
...@@ -95,7 +95,7 @@ class OverwriteExistingPackagesValidatorTest extends PackageManagerKernelTestBas ...@@ -95,7 +95,7 @@ class OverwriteExistingPackagesValidatorTest extends PackageManagerKernelTestBas
); );
// module_5_different_path will not cause a problem, even though its package // module_5_different_path will not cause a problem, even though its package
// name is drupal/module_5, because its project name and path in the staging // name is drupal/module_5, because its project name and path in the stage
// directory differ from the active directory. // directory differ from the active directory.
$this->addPackage($stage_dir, [ $this->addPackage($stage_dir, [
'name' => 'drupal/module_5', 'name' => 'drupal/module_5',
......
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