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 59de4fa commit 0e82559Copy full SHA for 0e82559
lib/internal/Magento/Framework/Api/Test/Unit/Code/Generator/EntityChildTestAbstract.php
@@ -84,9 +84,6 @@ public function testGenerate()
84
//Mocking _validateData call
85
$this->mockDefinedClassesCall();
86
87
- $this->ioObjectMock->expects($this->once())
88
- ->method('makeGenerationDirectory')
89
- ->will($this->returnValue(true));
90
$this->ioObjectMock->expects($this->once())
91
->method('makeResultFileDirectory')
92
->with($this->getResultClassName())
0 commit comments