Skip to content

Commit f2c8e1e

Browse files
committed
ACQE-5169 : Resolved conflicts
1 parent 4fa7974 commit f2c8e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Console/RunTestCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ private function executeTestCommand(string $command, OutputInterface $output, $n
276276
$process->setTimeout(0);
277277

278278
return $process->run(function ($type, $buffer) use ($output, $noAnsi) {
279-
if ( $noAnsi != "") {
279+
if ($noAnsi != "") {
280280
$pattern = "/\x1B\[([0-9]{1,2}(;[0-9]{1,2})*)?[m|K]/";
281281
// Use preg_replace to remove ANSI escape codes from the string
282282
$buffer = preg_replace($pattern, '', $buffer);

0 commit comments

Comments
 (0)