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 46462c4 commit 0aca543Copy full SHA for 0aca543
app/code/Magento/Theme/Test/Unit/Model/Source/InitialThemeSourceTest.php
@@ -75,6 +75,7 @@ protected function setUp()
75
$this->connectionMock = $this->getMockBuilder(AdapterInterface::class)
76
->getMockForAbstractClass();
77
$this->dataObjectFactoryMock = $this->getMockBuilder(DataObjectFactory::class)
78
+ ->setMethods(['create'])
79
->disableOriginalConstructor()
80
->getMock();
81
$this->dataObjectMock = $this->getMockBuilder(DataObject::class)
0 commit comments