Skip to content
Snippets Groups Projects
Commit 66377043 authored by Joan He's avatar Joan He
Browse files

MAGETWO-59444: Create serializer interface and json class in framework

- Address code review comments
parent ba58324f
No related merge requests found
...@@ -81,7 +81,7 @@ abstract class AbstractPlugin extends \PHPUnit_Framework_TestCase ...@@ -81,7 +81,7 @@ abstract class AbstractPlugin extends \PHPUnit_Framework_TestCase
\Magento\Framework\Interception\ObjectManager\ConfigInterface::class => $config, \Magento\Framework\Interception\ObjectManager\ConfigInterface::class => $config,
\Magento\Framework\ObjectManager\DefinitionInterface::class => $definitions, \Magento\Framework\ObjectManager\DefinitionInterface::class => $definitions,
\Magento\Framework\Interception\DefinitionInterface::class => $interceptionDefinitions, \Magento\Framework\Interception\DefinitionInterface::class => $interceptionDefinitions,
\Magento\Framework\Serialize\SerializerInterface::class => $json, \Magento\Framework\Serialize\SerializerInterface::class => $json,
]; ];
$this->_objectManager = new \Magento\Framework\ObjectManager\ObjectManager( $this->_objectManager = new \Magento\Framework\ObjectManager\ObjectManager(
$factory, $factory,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment