Skip to content
Snippets Groups Projects
Commit c84101b3 authored by Olga Kopylova's avatar Olga Kopylova
Browse files

MAGETWO-58693: Refactor Module_Integration, Module_MarketPlace

- fixed code style
parent 344b3cca
Branches
No related merge requests found
...@@ -15,7 +15,7 @@ use Magento\Integration\Model\Cache\Type; ...@@ -15,7 +15,7 @@ use Magento\Integration\Model\Cache\Type;
* This is a parent class for storing information about Integrations. * This is a parent class for storing information about Integrations.
* @deprecated * @deprecated
*/ */
class Config class Config extends ConsolidatedConfig
{ {
const CACHE_ID = 'integration'; const CACHE_ID = 'integration';
......
...@@ -52,7 +52,6 @@ class CacheTest extends \PHPUnit_Framework_TestCase ...@@ -52,7 +52,6 @@ class CacheTest extends \PHPUnit_Framework_TestCase
->with($serializedPartners) ->with($serializedPartners)
->willReturn($partners); ->willReturn($partners);
$this->assertSame($partners, $this->cacheHelper->loadPartnersFromCache()); $this->assertSame($partners, $this->cacheHelper->loadPartnersFromCache());
} }
......
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