Skip to content

Commit 0c9af2d

Browse files
committed
MC-39899: Stabilize MFTF tests
- Fix testAsk unit test
1 parent 54c91e9 commit 0c9af2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup/src/Magento/Setup/Test/Unit/Console/Style/MagentoStyleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ public function testAsk()
230230
{
231231
$objectManager = new ObjectManager($this);
232232
$formatter = $this->getMockBuilder(OutputFormatter::class)
233+
->disableOriginalClone()
233234
->disableOriginalConstructor()
234235
->getMock();
235236
$input = $this->getMockBuilder(InputInterface::class)

0 commit comments

Comments
 (0)