File tree Expand file tree Collapse file tree 10 files changed +32
-10
lines changed
app/code/Magento/Backend/Test/Unit/Setup
lib/internal/Magento/Framework
setup/src/Magento/Setup/Test/Unit Expand file tree Collapse file tree 10 files changed +32
-10
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace Magento \Backend \Setup ;
6
+ namespace Magento \Backend \Test \ Unit \ Setup ;
7
7
8
+ use Magento \Backend \Setup \ConfigOptionsList ;
8
9
use Magento \Framework \Config \File \ConfigFilePool ;
9
10
10
11
class ConfigOptionsListTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- namespace Magento \Framework \Config \File ;
7
+ namespace Magento \Framework \Config \Test \Unit \File ;
8
+
9
+ use Magento \Framework \Config \File \ConfigFilePool ;
8
10
9
11
class ConfigFilePoolTest extends \PHPUnit_Framework_TestCase
10
12
{
Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace Magento \Framework \Setup \Option ;
6
+ namespace Magento \Framework \Setup \Test \Unit \Option ;
7
+
8
+ use Magento \Framework \Setup \Option \FlagConfigOption ;
7
9
8
10
class FlagConfigOptionTest extends \PHPUnit_Framework_TestCase
9
11
{
Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace Magento \Framework \Setup \Option ;
6
+ namespace Magento \Framework \Setup \Test \Unit \Option ;
7
+
8
+ use Magento \Framework \Setup \Option \MultiSelectConfigOption ;
9
+ use Magento \Framework \Setup \Option \SelectConfigOption ;
10
+ use Magento \Framework \Setup \Option \TextConfigOption ;
7
11
8
12
class MultiSelectConfigOptionTest extends \PHPUnit_Framework_TestCase
9
13
{
Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace Magento \Framework \Setup \Option ;
6
+ namespace Magento \Framework \Setup \Test \Unit \Option ;
7
+
8
+ use Magento \Framework \Setup \Option \SelectConfigOption ;
9
+ use Magento \Framework \Setup \Option \TextConfigOption ;
7
10
8
11
class SelectConfigOptionTest extends \PHPUnit_Framework_TestCase
9
12
{
Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace Magento \Framework \Setup \Option ;
6
+ namespace Magento \Framework \Setup \Test \Unit \Option ;
7
+
8
+ use Magento \Framework \Setup \Option \SelectConfigOption ;
9
+ use Magento \Framework \Setup \Option \TextConfigOption ;
7
10
8
11
class TextConfigOptionTest extends \PHPUnit_Framework_TestCase
9
12
{
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- namespace Magento \Setup \Console \Command ;
7
+ namespace Magento \Setup \Test \ Unit \ Console \Command ;
8
8
9
9
use Magento \Framework \Config \File \ConfigFilePool ;
10
10
use Magento \Framework \Module \ModuleList ;
11
+ use Magento \Setup \Console \Command \ConfigInstallCommand ;
11
12
use Symfony \Component \Console \Input \InputInterface ;
12
13
use Symfony \Component \Console \Output \OutputInterface ;
13
14
Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace Magento \Setup \Model ;
6
+ namespace Magento \Setup \Test \ Unit \ Model ;
7
7
8
8
use Magento \Framework \Config \File \ConfigFilePool ;
9
+ use Magento \Setup \Model \ConfigGenerator ;
10
+ use Magento \Setup \Model \ConfigOptionsList ;
9
11
10
12
class ConfigGeneratorTest extends \PHPUnit_Framework_TestCase
11
13
{
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- namespace Magento \Setup \Model ;
7
+ namespace Magento \Setup \Test \ Unit \ Model ;
8
8
9
9
use Magento \Framework \Config \File \ConfigFilePool ;
10
+ use Magento \Setup \Model \ConfigModel ;
10
11
11
12
class ConfigModelTest extends \PHPUnit_Framework_TestCase
12
13
{
Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace Magento \Setup \Model ;
6
+ namespace Magento \Setup \Test \Unit \Model ;
7
+
8
+ use Magento \Setup \Model \ConfigGenerator ;
9
+ use Magento \Setup \Model \ConfigOptionsList ;
7
10
8
11
class ConfigOptionsListTest extends \PHPUnit_Framework_TestCase
9
12
{
You can’t perform that action at this time.
0 commit comments