We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9a514 commit 5b4d9e3Copy full SHA for 5b4d9e3
dev/tests/integration/testsuite/Magento/Config/Console/Command/ConfigSetCommandTest.php
@@ -510,7 +510,9 @@ function (Mock $output) {
510
function (Mock $output) {
511
$output->expects($this->once())
512
->method('writeln')
513
- ->with('<error>Invalid Base URL. Value must be a URL or one of placeholders: {{base_url}}</error>');
+ ->with(
514
+ '<error>Invalid Base URL. Value must be a URL or one of placeholders: {{base_url}}</error>'
515
+ );
516
},
517
'web/unsecure/base_url',
518
'value',
0 commit comments