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
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -402,7 +402,8 @@ class CoreUpdateTest extends UpdateTestBase {
public function testDrushUpdate(): void {
$this->createTestProject('RecommendedProject');
$this->runComposer('composer require drush/drush', 'project');
$output = $this->runComposer('COMPOSER_MIRROR_PATH_REPOS=1 composer require drush/drush', 'project');
$this->assertStringNotContainsString('Symlinking', $output);
$dir = $this->getWorkspaceDirectory() . '/project';
$command = [
Loading