Skip to content

Commit 0e82559

Browse files
author
Joan He
committed
MAGETWO-31834: Fatal error if trying to navigate to Frontend at first time after install
- Fix unit test
1 parent 59de4fa commit 0e82559

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/internal/Magento/Framework/Api/Test/Unit/Code/Generator/EntityChildTestAbstract.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ public function testGenerate()
8484
//Mocking _validateData call
8585
$this->mockDefinedClassesCall();
8686

87-
$this->ioObjectMock->expects($this->once())
88-
->method('makeGenerationDirectory')
89-
->will($this->returnValue(true));
9087
$this->ioObjectMock->expects($this->once())
9188
->method('makeResultFileDirectory')
9289
->with($this->getResultClassName())

0 commit comments

Comments
 (0)