Skip to content

Commit f206052

Browse files
committed
MAGETWO-51102: Unable to deploy sample data
1 parent 9f3eb89 commit f206052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/SampleData/Test/Unit/Console/Command/SampleDataDeployCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function testExecute(array $sampleDataPackages, $appRunResult, $expectedM
3636

3737
$arrayInputFactory = $this
3838
->getMock('Symfony\Component\Console\Input\ArrayInputFactory', ['create'], [], '', false);
39+
$arrayInputFactory->expects($this->never())->method('create');
3940

4041
array_walk($sampleDataPackages, function (&$v, $k) {
4142
$v = "$k:$v";

0 commit comments

Comments
 (0)