Skip to content

Commit 0cbf318

Browse files
author
Stanislav Idolov
committed
#14807: Fixed integration test fail
1 parent d3c53f8 commit 0cbf318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ApplicationDumpCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function testExecute()
176176
->with(['system' => $comment]);
177177
$outputMock->expects($this->at(1))
178178
->method('writeln')
179-
->with('<info>Done. Config types dumped: scopes, themes, system, i18n</info>');
179+
->with('<info>Done. Config types dumped: scopes, system, themes, i18n</info>');
180180

181181
/** @var ApplicationDumpCommand command */
182182
$command = $this->objectManager->create(ApplicationDumpCommand::class);

0 commit comments

Comments
 (0)