Skip to content
Snippets Groups Projects
Commit f3029d0c authored by Safwan Khan's avatar Safwan Khan
Browse files

MAGETWO-36068: Move dev/shell/log.php

- Fixed unit test.
parent a8bcb8aa
No related merge requests found
......@@ -30,7 +30,7 @@ class LogStatusCommandTest extends \PHPUnit_Framework_TestCase
. 'log_customer | 0 | 16 b | 16 b |' . PHP_EOL
. '-----------------------------------+------------+------------+------------+' . PHP_EOL
. 'Total | 0 | 16 b | 16 b |' . PHP_EOL
. '-----------------------------------+------------+------------+------------+';
$this->assertEquals($expectedMsg . PHP_EOL, $commandTester->getDisplay());
. '-----------------------------------+------------+------------+------------+%w';
$this->assertStringMatchesFormat($expectedMsg, $commandTester->getDisplay());
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment