Loading core/tests/Drupal/BuildTests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -708,7 +708,7 @@ private function runComposer(string $command, ?string $cwd = NULL, string &$erro $cwd ??= $this->fixturesDir . '/composer-root'; // Always add --no-interaction and --no-ansi to Composer commands. $output = $this->mustExec("composer $command --no-interaction --no-ansi", $cwd, [], $error_output); $output = $this->mustExec("COMPOSER_NO_AUDIT=1 composer $command --no-interaction --no-ansi", $cwd, [], $error_output); if ($command === 'install') { $this->assertFileExists($cwd . '/composer.lock'); } Loading Loading
core/tests/Drupal/BuildTests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -708,7 +708,7 @@ private function runComposer(string $command, ?string $cwd = NULL, string &$erro $cwd ??= $this->fixturesDir . '/composer-root'; // Always add --no-interaction and --no-ansi to Composer commands. $output = $this->mustExec("composer $command --no-interaction --no-ansi", $cwd, [], $error_output); $output = $this->mustExec("COMPOSER_NO_AUDIT=1 composer $command --no-interaction --no-ansi", $cwd, [], $error_output); if ($command === 'install') { $this->assertFileExists($cwd . '/composer.lock'); } Loading