Skip to content

Commit 5b4d9e3

Browse files
MAGETWO-64226: Add paths validation
1 parent 9a9a514 commit 5b4d9e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/tests/integration/testsuite/Magento/Config/Console/Command/ConfigSetCommandTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,9 @@ function (Mock $output) {
510510
function (Mock $output) {
511511
$output->expects($this->once())
512512
->method('writeln')
513-
->with('<error>Invalid Base URL. Value must be a URL or one of placeholders: {{base_url}}</error>');
513+
->with(
514+
'<error>Invalid Base URL. Value must be a URL or one of placeholders: {{base_url}}</error>'
515+
);
514516
},
515517
'web/unsecure/base_url',
516518
'value',

0 commit comments

Comments
 (0)