Skip to content

Commit 8ecb566

Browse files
committed
Merge branch 'MAGETWO-34617-build-console-framework' into PR_Branch
2 parents da57bca + d2685a8 commit 8ecb566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Test/Unit/Console/CommandListTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function setUp()
3434
public function testGetCommands()
3535
{
3636
$commands = $this->commandList->getCommands();
37+
$this->assertSame([$this->testCommand], $commands);
3738
$this->assertEquals(1, count($commands));
38-
$this->assertEquals($this->testCommand, $commands[0]);
3939
}
4040
}

0 commit comments

Comments
 (0)