Skip to content
Snippets Groups Projects

Issue #3318313: Make OverwriteExistingPackagesValidatorTest fixture less

All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -67,8 +67,8 @@ class OverwriteExistingPackagesValidatorTest extends PackageManagerKernelTestBas
@@ -67,8 +67,8 @@ class OverwriteExistingPackagesValidatorTest extends PackageManagerKernelTestBas
'install_path' => '../../modules/module_3',
'install_path' => '../../modules/module_3',
]);
]);
// module_4, doesn't exist in the active directory but exists in the staged
// module_4 doesn't exist in the active directory but exists in the staged
// directory, will cause an error because its path collides with module_1.
// directory will cause an error because its path collides with module_1.
$this->addPackage($stage_dir, [
$this->addPackage($stage_dir, [
'name' => 'drupal/module_4',
'name' => 'drupal/module_4',
'version' => '1.3.0',
'version' => '1.3.0',
Loading