Skip to content

Commit 59de4fa

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 c488331 commit 59de4fa

File tree

1 file changed

+0
-3
lines changed
  • lib/internal/Magento/Framework/ObjectManager/Test/Unit/Code/Generator

1 file changed

+0
-3
lines changed

lib/internal/Magento/Framework/ObjectManager/Test/Unit/Code/Generator/ConverterTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ public function testGenerate()
8080
->method('classLoadable')
8181
->will($this->returnValue(true));
8282

83-
$this->ioObjectMock->expects($this->once())
84-
->method('makeGenerationDirectory')
85-
->will($this->returnValue(true));
8683
$this->ioObjectMock->expects($this->once())
8784
->method('makeResultFileDirectory')
8885
->with(self::RESULT_CLASS_NAME)

0 commit comments

Comments
 (0)