Skip to content

Commit 7b433be

Browse files
committed
ACP2E-3941: Updating Store Code Cleared Design Configuration
1 parent ccbe710 commit 7b433be

File tree

2 files changed

+8
-0
lines changed
  • app/code/Magento/Backend

2 files changed

+8
-0
lines changed

app/code/Magento/Backend/Controller/Adminhtml/System/Store/Save.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,10 @@ private function processGroupSave($postData)
156156
}
157157

158158
/**
159+
* Saving edited store information
160+
*
159161
* @return \Magento\Backend\Model\View\Result\Redirect
162+
*
160163
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
161164
*/
162165
public function execute()

app/code/Magento/Backend/Test/Unit/Controller/Adminhtml/System/Store/SaveTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
use PHPUnit\Framework\MockObject\MockObject;
3030
use PHPUnit\Framework\TestCase;
3131

32+
/**
33+
* Unit test for \Magento\Backend\Controller\Adminhtml\System\Store\Save controller.
34+
*
35+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
36+
*/
3237
class SaveTest extends TestCase
3338
{
3439
/**

0 commit comments

Comments
 (0)