mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
parent
d17c724f23
commit
d93239ddd9
15 changed files with 873 additions and 5 deletions
|
@ -26,7 +26,7 @@ class UpdateCommandTest extends TestCase
|
|||
$this->initTempComposer($composerJson);
|
||||
|
||||
$appTester = $this->getApplicationTester();
|
||||
$appTester->run(array_merge(['command' => 'update', '--dry-run' => true], $command));
|
||||
$appTester->run(array_merge(['command' => 'update', '--dry-run' => true, '--no-audit' => true], $command));
|
||||
|
||||
$this->assertSame(trim($expected), trim($appTester->getDisplay(true)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue