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 54c91e9 commit 0c9af2dCopy full SHA for 0c9af2d
setup/src/Magento/Setup/Test/Unit/Console/Style/MagentoStyleTest.php
@@ -230,6 +230,7 @@ public function testAsk()
230
{
231
$objectManager = new ObjectManager($this);
232
$formatter = $this->getMockBuilder(OutputFormatter::class)
233
+ ->disableOriginalClone()
234
->disableOriginalConstructor()
235
->getMock();
236
$input = $this->getMockBuilder(InputInterface::class)
0 commit comments