Skip to content

Commit bf9b7a8

Browse files
committed
test updated
1 parent d5b370a commit bf9b7a8

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Framework/Composer

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Composer/RemoveTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function testRemove()
2424
[
2525
'command' => 'remove',
2626
'packages' => ['magento/package-a', 'magento/package-b'],
27-
'--no-update' => true,
27+
'--no-update-with-dependencies' => true,
2828
]
2929
);
3030
$composerAppFactory->expects($this->once())

0 commit comments

Comments
 (0)