Skip to content

Commit 7aeaa18

Browse files
committed
MAGETWO-41253: Review and accept Transactional Email Template PR 28
- fixes for L3
1 parent 946b5ca commit 7aeaa18

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/code/Magento/Store/Test/Unit/Model/Address/RendererTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class RendererTest extends \PHPUnit_Framework_TestCase
1818

1919
/**
2020
* Init mocks for tests
21+
*
22+
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
2123
*/
2224
protected function setUp()
2325
{

app/code/Magento/Store/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6+
"magento/module-catalog": "1.0.0-beta",
67
"magento/module-directory": "1.0.0-beta",
78
"magento/module-ui": "1.0.0-beta",
89
"magento/module-config": "1.0.0-beta",

0 commit comments

Comments
 (0)