Skip to content

Commit 6e0c0fa

Browse files
committed
magento/community-features#9: Eliminate the need for inheritance for action controllers
- code style fixes
1 parent b9c9435 commit 6e0c0fa

File tree

1 file changed

+0
-4
lines changed
  • dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/ContentType/Image

1 file changed

+0
-4
lines changed

dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/ContentType/Image/UploadTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
use PHPUnit\Framework\MockObject\MockObject;
1919
use PHPUnit\Framework\TestCase;
2020

21-
/**
22-
* Class UploadTest
23-
*/
2421
class UploadTest extends TestCase
2522
{
2623
/**
@@ -119,7 +116,6 @@ public function testFileValidationFailsWhenFileHasCorrectExtensionButInvalidMime
119116
$this->setFilesGlobalMock($invalid_file_pathname);
120117
$this->setUploaderMockForField('background_image');
121118

122-
123119
$this->resultJson->expects($this->once())->method('setData')->willReturnCallback(function ($result) {
124120
$this->assertEquals([
125121
'error' => 'File validation failed.',

0 commit comments

Comments
 (0)