We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ebbe1 commit d2685a8Copy full SHA for d2685a8
lib/internal/Magento/Framework/App/Test/Unit/Console/CommandListTest.php
@@ -34,7 +34,7 @@ public function setUp()
34
public function testGetCommands()
35
{
36
$commands = $this->commandList->getCommands();
37
+ $this->assertSame([$this->testCommand], $commands);
38
$this->assertEquals(1, count($commands));
- $this->assertEquals($this->testCommand, $commands[0]);
39
}
40
0 commit comments