File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
framework/Magento/TestFramework/Workaround/Cleanup Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 16
16
\Magento \Framework \App \Response \Http::class => \Magento \TestFramework \Response::class,
17
17
\Magento \Framework \Interception \PluginListInterface::class =>
18
18
\Magento \TestFramework \Interception \PluginList::class,
19
- \Magento \Framework \Serialize \SerializerInterface::class =>
20
- \Magento \TestFramework \Serialize \Serializer::class,
21
19
\Magento \Framework \Interception \ObjectManager \ConfigInterface::class =>
22
20
\Magento \TestFramework \ObjectManager \Config::class,
23
21
\Magento \Framework \Interception \ObjectManager \Config \Developer::class =>
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ public static function backupStaticVariables()
168
168
169
169
$ objectManager = Bootstrap::getInstance ()->getObjectManager ();
170
170
$ cache = $ objectManager ->get (CacheInterface::class);
171
- $ serializer = $ objectManager ->get (SerializerInterface ::class);
171
+ $ serializer = $ objectManager ->get (\ Magento \ TestFramework \ Serialize \Serializer ::class);
172
172
$ cachedProperties = $ cache ->load (self ::CACHE_NAME );
173
173
174
174
if ($ cachedProperties ) {
You can’t perform that action at this time.
0 commit comments