File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Config/Test/Unit/Model/Config/Reader/Source/Deployed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 6
6
namespace Magento \Config \Test \Unit \Model \Config \Reader \Source \Deployed ;
7
7
8
8
use Magento \Config \Model \Config \Reader ;
9
- use Magento \Config \Model \Config \Reader \Source \Deployed \SettingChecker ;
10
9
use Magento \Framework \App \Config ;
11
10
use Magento \Framework \App \DeploymentConfig ;
12
- use Magento \Config \Model \Placeholder \PlaceholderInterface ;
13
- use Magento \Config \Model \Placeholder \PlaceholderFactory ;
14
11
use Magento \Framework \App \Filesystem \DirectoryList ;
15
12
use Magento \Framework \Config \ConfigOptionsListConstants ;
13
+ use Magento \Config \Model \Config \Reader \Source \Deployed \DocumentRoot ;
16
14
17
15
/**
18
16
* Test class for checking settings that defined in config file
@@ -25,7 +23,7 @@ class DocumentRootTest extends \PHPUnit_Framework_TestCase
25
23
private $ configMock ;
26
24
27
25
/**
28
- * @var Reader\Source\Deployed\ DocumentRoot
26
+ * @var DocumentRoot
29
27
*/
30
28
private $ documentRoot ;
31
29
@@ -35,7 +33,7 @@ public function setUp()
35
33
->disableOriginalConstructor ()
36
34
->getMock ();
37
35
38
- $ this ->documentRoot = new Reader \ Source \ Deployed \ DocumentRoot ($ this ->configMock );
36
+ $ this ->documentRoot = new DocumentRoot ($ this ->configMock );
39
37
}
40
38
41
39
/**
Original file line number Diff line number Diff line change 10
10
"magento/module-backend" : " 100.2.*" ,
11
11
"magento/module-catalog-url-rewrite" : " 100.2.*" ,
12
12
"magento/module-media-storage" : " 100.2.*" ,
13
- "magento/framework" : " 100.2.*"
13
+ "magento/framework" : " 100.2.*" ,
14
+ "magento/module-config" : " 100.2.*"
14
15
},
15
16
"suggest" : {
16
17
"magento/module-config" : " 100.2.*"
You can’t perform that action at this time.
0 commit comments