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 9c86731 commit 3a818b2Copy full SHA for 3a818b2
dev/tests/integration/testsuite/Magento/MediaStorage/Console/Command/ImageResizeCommandTest.php
@@ -130,13 +130,6 @@ public function testExecuteWithZeroByteImage()
130
131
$this->tester->execute([]);
132
$this->assertContains('Wrong file', $this->tester->getDisplay());
133
- }
134
-
135
- /**
136
- * @inheritDoc
137
- */
138
- public function tearDown()
139
- {
140
$this->mediaDirectory->getDriver()->deleteFile($this->mediaDirectory->getAbsolutePath($this->fileName));
141
}
142
0 commit comments