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 c488331 commit 59de4faCopy full SHA for 59de4fa
lib/internal/Magento/Framework/ObjectManager/Test/Unit/Code/Generator/ConverterTest.php
@@ -80,9 +80,6 @@ public function testGenerate()
80
->method('classLoadable')
81
->will($this->returnValue(true));
82
83
- $this->ioObjectMock->expects($this->once())
84
- ->method('makeGenerationDirectory')
85
- ->will($this->returnValue(true));
86
$this->ioObjectMock->expects($this->once())
87
->method('makeResultFileDirectory')
88
->with(self::RESULT_CLASS_NAME)
0 commit comments