Skip to content

Commit f1083fd

Browse files
author
Sergii Kovalenko
committed
MAGETWO-87190: Test coverage for critical logic
1 parent c616509 commit f1083fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Shell.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public function execute($command, array $arguments = [])
5656

5757
exec($command, $output, $exitCode);
5858
$output = implode(PHP_EOL, $output);
59+
var_dump($command);
5960
var_dump($output);
6061
$this->log($output);
6162
if ($exitCode) {

0 commit comments

Comments
 (0)