5
5
*/
6
6
namespace Magento \Backend \Model \Config \Backend ;
7
7
8
- use Magento \Framework \Store \StoreManagerInterface ;
9
- use Magento \Store \Model \Store ;
10
-
11
8
/**
12
9
* @magentoAppArea adminhtml
13
10
*/
@@ -43,7 +40,7 @@ public function validationDataProvider()
43
40
return [
44
41
['any/path ' , 'http://example.com/ ' ],
45
42
['any/path ' , 'http://example.com/uri/ ' ],
46
- [Store::XML_PATH_UNSECURE_BASE_URL , $ basePlaceholder ],
43
+ [\ Magento \ Store \ Model \ Store::XML_PATH_UNSECURE_BASE_URL , $ basePlaceholder ],
47
44
[\Magento \Store \Model \Store::XML_PATH_UNSECURE_BASE_LINK_URL , $ unsecurePlaceholder ],
48
45
[\Magento \Store \Model \Store::XML_PATH_UNSECURE_BASE_LINK_URL , $ unsecureSuffix ],
49
46
[\Magento \Store \Model \Store::XML_PATH_UNSECURE_BASE_STATIC_URL , '' ],
@@ -52,7 +49,7 @@ public function validationDataProvider()
52
49
[\Magento \Store \Model \Store::XML_PATH_UNSECURE_BASE_MEDIA_URL , '' ],
53
50
[\Magento \Store \Model \Store::XML_PATH_UNSECURE_BASE_MEDIA_URL , $ unsecurePlaceholder ],
54
51
[\Magento \Store \Model \Store::XML_PATH_UNSECURE_BASE_MEDIA_URL , $ unsecureSuffix ],
55
- [Store::XML_PATH_SECURE_BASE_URL , $ basePlaceholder ],
52
+ [\ Magento \ Store \ Model \ Store::XML_PATH_SECURE_BASE_URL , $ basePlaceholder ],
56
53
[\Magento \Store \Model \Store::XML_PATH_SECURE_BASE_LINK_URL , $ securePlaceholder ],
57
54
[\Magento \Store \Model \Store::XML_PATH_SECURE_BASE_LINK_URL , $ secureSuffix ],
58
55
[\Magento \Store \Model \Store::XML_PATH_SECURE_BASE_STATIC_URL , '' ],
@@ -61,7 +58,7 @@ public function validationDataProvider()
61
58
[\Magento \Store \Model \Store::XML_PATH_SECURE_BASE_MEDIA_URL , '' ],
62
59
[\Magento \Store \Model \Store::XML_PATH_SECURE_BASE_MEDIA_URL , $ securePlaceholder ],
63
60
[\Magento \Store \Model \Store::XML_PATH_SECURE_BASE_MEDIA_URL , $ secureSuffix ],
64
- [Store::XML_PATH_SECURE_BASE_URL , $ unsecurePlaceholder ],
61
+ [\ Magento \ Store \ Model \ Store::XML_PATH_SECURE_BASE_URL , $ unsecurePlaceholder ],
65
62
[\Magento \Store \Model \Store::XML_PATH_SECURE_BASE_LINK_URL , $ unsecurePlaceholder ],
66
63
[\Magento \Store \Model \Store::XML_PATH_SECURE_BASE_LINK_URL , $ unsecureSuffix ],
67
64
[\Magento \Store \Model \Store::XML_PATH_SECURE_BASE_STATIC_URL , '' ],
@@ -107,19 +104,19 @@ public function validationExceptionDataProvider()
107
104
['' , 'example.com ' ],
108
105
['' , 'http://example.com ' ],
109
106
['' , 'http://example.com/uri ' ],
110
- [Store::XML_PATH_UNSECURE_BASE_URL , '' ],
111
- [Store::XML_PATH_UNSECURE_BASE_URL , $ baseSuffix ],
112
- [Store::XML_PATH_UNSECURE_BASE_URL , $ unsecureSuffix ],
113
- [Store::XML_PATH_UNSECURE_BASE_URL , $ unsecurePlaceholder ],
107
+ [\ Magento \ Store \ Model \ Store::XML_PATH_UNSECURE_BASE_URL , '' ],
108
+ [\ Magento \ Store \ Model \ Store::XML_PATH_UNSECURE_BASE_URL , $ baseSuffix ],
109
+ [\ Magento \ Store \ Model \ Store::XML_PATH_UNSECURE_BASE_URL , $ unsecureSuffix ],
110
+ [\ Magento \ Store \ Model \ Store::XML_PATH_UNSECURE_BASE_URL , $ unsecurePlaceholder ],
114
111
[\Magento \Store \Model \Store::XML_PATH_UNSECURE_BASE_LINK_URL , '' ],
115
112
[\Magento \Store \Model \Store::XML_PATH_UNSECURE_BASE_LINK_URL , $ baseSuffix ],
116
113
[\Magento \Store \Model \Store::XML_PATH_UNSECURE_BASE_LINK_URL , $ unsecureWrongSuffix ],
117
114
[\Magento \Store \Model \Store::XML_PATH_UNSECURE_BASE_MEDIA_URL , $ unsecureWrongSuffix ],
118
115
[\Magento \Store \Model \Store::XML_PATH_UNSECURE_BASE_STATIC_URL , $ unsecureWrongSuffix ],
119
- [Store::XML_PATH_SECURE_BASE_URL , '' ],
120
- [Store::XML_PATH_SECURE_BASE_URL , $ baseSuffix ],
121
- [Store::XML_PATH_SECURE_BASE_URL , $ secureSuffix ],
122
- [Store::XML_PATH_SECURE_BASE_URL , $ securePlaceholder ],
116
+ [\ Magento \ Store \ Model \ Store::XML_PATH_SECURE_BASE_URL , '' ],
117
+ [\ Magento \ Store \ Model \ Store::XML_PATH_SECURE_BASE_URL , $ baseSuffix ],
118
+ [\ Magento \ Store \ Model \ Store::XML_PATH_SECURE_BASE_URL , $ secureSuffix ],
119
+ [\ Magento \ Store \ Model \ Store::XML_PATH_SECURE_BASE_URL , $ securePlaceholder ],
123
120
[\Magento \Store \Model \Store::XML_PATH_SECURE_BASE_LINK_URL , '' ],
124
121
[\Magento \Store \Model \Store::XML_PATH_SECURE_BASE_LINK_URL , $ baseSuffix ],
125
122
[\Magento \Store \Model \Store::XML_PATH_SECURE_BASE_LINK_URL , $ secureWrongSuffix ],
0 commit comments