Skip to content

Commit 0aca543

Browse files
MAGETWO-63231: Implementation
1 parent 46462c4 commit 0aca543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Theme/Test/Unit/Model/Source/InitialThemeSourceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ protected function setUp()
7575
$this->connectionMock = $this->getMockBuilder(AdapterInterface::class)
7676
->getMockForAbstractClass();
7777
$this->dataObjectFactoryMock = $this->getMockBuilder(DataObjectFactory::class)
78+
->setMethods(['create'])
7879
->disableOriginalConstructor()
7980
->getMock();
8081
$this->dataObjectMock = $this->getMockBuilder(DataObject::class)

0 commit comments

Comments
 (0)