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 1616 \Magento \Framework \App \Response \Http::class => \Magento \TestFramework \Response::class,
1717 \Magento \Framework \Interception \PluginListInterface::class =>
1818 \Magento \TestFramework \Interception \PluginList::class,
19- \Magento \Framework \Serialize \SerializerInterface::class =>
20- \Magento \TestFramework \Serialize \Serializer::class,
2119 \Magento \Framework \Interception \ObjectManager \ConfigInterface::class =>
2220 \Magento \TestFramework \ObjectManager \Config::class,
2321 \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()
168168
169169 $ objectManager = Bootstrap::getInstance ()->getObjectManager ();
170170 $ cache = $ objectManager ->get (CacheInterface::class);
171- $ serializer = $ objectManager ->get (SerializerInterface ::class);
171+ $ serializer = $ objectManager ->get (\ Magento \ TestFramework \ Serialize \Serializer ::class);
172172 $ cachedProperties = $ cache ->load (self ::CACHE_NAME );
173173
174174 if ($ cachedProperties ) {
You can’t perform that action at this time.
0 commit comments