Skip to content
Snippets Groups Projects

Issue #3247479: Allow LockFileValidator results to carry multiple messages, and improve their text

1 file
+ 0
12
Compare changes
  • Side-by-side
  • Inline
  • 58cd5e0f
    Issue #3347584 by Wim Leers: Remove unused... · 58cd5e0f
    Wim Leers authored
    Issue #3347584 by Wim Leers: Remove unused PackageManagerKernelTestBase::copyFixtureFolderToActiveDirectory()
@@ -279,18 +279,6 @@ abstract class PackageManagerKernelTestBase extends KernelTestBase {
$this->container->set('package_manager.validator.disk_space', $validator);
}
/**
* Copies a fixture directory into the active directory.
*
* @param string $active_fixture_dir
* Path to fixture active directory from which the files will be copied.
*/
protected function copyFixtureFolderToActiveDirectory(string $active_fixture_dir) {
$active_dir = $this->container->get('package_manager.path_locator')
->getProjectRoot();
static::copyFixtureFilesTo($active_fixture_dir, $active_dir);
}
/**
* Sets the current (running) version of core, as known to the Update module.
*
Loading