File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
dev/tests/integration/testsuite/Magento/Framework/Interception/Config Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ protected function setUp()
40
40
41
41
$ this ->serializer = $ this ->objectManager ->get (\Magento \Framework \Serialize \SerializerInterface::class);
42
42
$ this ->cache = $ this ->objectManager ->get (\Magento \Framework \App \CacheInterface::class);
43
- $ this ->configWriter = $ this ->objectManager ->get (\Magento \Framework \App \ObjectManager \ConfigWriter \Filesystem::class);
43
+ $ this ->configWriter =
44
+ $ this ->objectManager ->get (\Magento \Framework \App \ObjectManager \ConfigWriter \Filesystem::class);
44
45
45
46
$ this ->initializeMetadataDirectory ();
46
47
}
@@ -125,7 +126,9 @@ private function getConfig()
125
126
\Magento \Framework \Interception \Config \CacheManager::class,
126
127
[
127
128
'cacheId ' => self ::CACHE_ID ,
128
- 'compiledLoader ' => $ this ->objectManager ->create (\Magento \Framework \App \ObjectManager \ConfigLoader \Compiled::class),
129
+ 'compiledLoader ' => $ this ->objectManager ->create (
130
+ \Magento \Framework \App \ObjectManager \ConfigLoader \Compiled::class
131
+ ),
129
132
]
130
133
);
131
134
}
You can’t perform that action at this time.
0 commit comments