File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
app/code/Magento/Config/Model/Config/Backend
dev/tests/integration/testsuite/Magento/Setup/Controller Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -231,10 +231,10 @@ public function afterSave()
231
231
* @return UrlValidator
232
232
*/
233
233
private function getUrlValidator ()
234
- {
235
- if (!$ this ->urlValidator ) {
236
- $ this ->urlValidator = ObjectManager::getInstance ()->get (UrlValidator::class);
237
- }
234
+ {
235
+ if (!$ this ->urlValidator ) {
236
+ $ this ->urlValidator = ObjectManager::getInstance ()->get (UrlValidator::class);
237
+ }
238
238
return $ this ->urlValidator ;
239
239
}
240
240
}
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ class UrlCheckTest extends \PHPUnit_Framework_TestCase
14
14
/**
15
15
* @var UrlCheck
16
16
*/
17
- private $ controller ;
17
+ private $ controller ;
18
18
19
- protected function setUp ()
20
- {
19
+ protected function setUp ()
20
+ {
21
21
$ this ->controller = Bootstrap::getObjectManager ()->create (UrlCheck::class);
22
- }
22
+ }
23
23
24
24
/**
25
25
* @param $requestContent
You can’t perform that action at this time.
0 commit comments