Skip to content
Snippets Groups Projects

Issue #3368741: Drush build test symlinks drush and only passes because it loads classes not in build test project

Merged Issue #3368741: Drush build test symlinks drush and only passes because it loads classes not in build test project
3 unresolved threads
3 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -279,7 +279,7 @@ END;
@@ -279,7 +279,7 @@ END;
$this->runComposer('composer require --no-update drupal/core-vendor-hardening:*', $template_dir);
$this->runComposer('composer require --no-update drupal/core-vendor-hardening:*', $template_dir);
}
}
// Do not run developement Composer plugin.
// Do not run development Composer plugin.
$this->runComposer("composer config allow-plugins.dealerdirect/phpcodesniffer-composer-installer false", $template_dir);
$this->runComposer("composer config allow-plugins.dealerdirect/phpcodesniffer-composer-installer false", $template_dir);
// Create the test project, defining its repository as part of the
// Create the test project, defining its repository as part of the
Loading