Skip to content

Commit 6fdda18

Browse files
committed
MAGETWO-56586: Port MAGETWO-55862 to develop
- fix static
1 parent 81572f0 commit 6fdda18

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/ModuleDBChangeTest.php

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
<?php
22
/**
3-
*
4-
* Scan source code for DB schema or data updates for patch releases in non-actual branches
5-
* Backwards compatibility test
6-
*
73
* Copyright © 2016 Magento. All rights reserved.
84
* See COPYING.txt for license details.
95
*/
10-
namespace Magento\Test\Legacy;
116

7+
/**
8+
* Scan source code for DB schema or data updates for patch releases in non-actual branches
9+
* Backwards compatibility test
10+
*/
11+
namespace Magento\Test\Legacy;
1212

1313
class ModuleDBChangeTest extends \PHPUnit_Framework_TestCase
1414
{
15-
1615
/**
1716
* @var string
1817
*/

0 commit comments

Comments
 (0)