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 81572f0 commit 6fdda18Copy full SHA for 6fdda18
dev/tests/static/testsuite/Magento/Test/Legacy/ModuleDBChangeTest.php
@@ -1,18 +1,17 @@
1
<?php
2
/**
3
- *
4
- * Scan source code for DB schema or data updates for patch releases in non-actual branches
5
- * Backwards compatibility test
6
7
* Copyright © 2016 Magento. All rights reserved.
8
* See COPYING.txt for license details.
9
*/
10
-namespace Magento\Test\Legacy;
11
+/**
+ * Scan source code for DB schema or data updates for patch releases in non-actual branches
+ * Backwards compatibility test
+ */
+namespace Magento\Test\Legacy;
12
13
class ModuleDBChangeTest extends \PHPUnit_Framework_TestCase
14
{
15
-
16
17
* @var string
18
0 commit comments