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

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

- Refactor all the use cases
parent 0c6df402
No related merge requests found
...@@ -138,8 +138,8 @@ class ConfigTest extends \PHPUnit_Framework_TestCase ...@@ -138,8 +138,8 @@ class ConfigTest extends \PHPUnit_Framework_TestCase
); );
$this->_cacheMock->expects($this->once()) $this->_cacheMock->expects($this->once())
->method('save'); ->method('save')
// ->with(json_encode($routes), 'scope::RoutesConfig'); ->with(json_encode($routes), 'scope::RoutesConfig');
$this->assertEquals('routerCode', $this->_config->getRouteByFrontName('routerName', 'scope')); $this->assertEquals('routerCode', $this->_config->getRouteByFrontName('routerName', 'scope'));
......
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