Skip to content

Commit

Permalink
ENGCOM-1360: [Forwardport] Add argument on app:config:dump to skip du…
Browse files Browse the repository at this point in the history
…mping all system settings. #14807
  • Loading branch information
Stanislav Idolov committed Apr 26, 2018
1 parent a293b4d commit 5c4c91c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function testExecute()
->with(['system' => $comment]);
$outputMock->expects($this->at(1))
->method('writeln')
->with('<info>Done. Config types dumped: scopes, system, themes, i18n</info>');
->with($this->matchesRegularExpression('/<info>Done. Config types dumped: [a-z0-9,\s]+<\/info>/'));

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

0 comments on commit 5c4c91c

Please sign in to comment.