Skip to content

Commit a9c75eb

Browse files
committed
MAGETWO-64704 [GitHub] [PR] Add bin/magento commands to list store/website data #7982
- fix static test with copyright information
1 parent 6c208ed commit a9c75eb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/code/Magento/Store/Test/Unit/Console/Command/StoreListCommandTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26
namespace Magento\Store\Test\Unit\Console\Command;
37

48
use Magento\Store\Console\Command\StoreListCommand;

app/code/Magento/Store/Test/Unit/Console/Command/WebsiteListCommandTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26
namespace Magento\Store\Test\Unit\Console\Command;
37

48
use Magento\Store\Console\Command\WebsiteListCommand;

0 commit comments

Comments
 (0)