Skip to content

Commit c84101b

Browse files
committed
MAGETWO-58693: Refactor Module_Integration, Module_MarketPlace
- fixed code style
1 parent 344b3cc commit c84101b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/Magento/Integration/Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* This is a parent class for storing information about Integrations.
1616
* @deprecated
1717
*/
18-
class Config
18+
class Config extends ConsolidatedConfig
1919
{
2020
const CACHE_ID = 'integration';
2121

app/code/Magento/Marketplace/Test/Unit/Helper/CacheTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function testLoadPartnersFromCache()
5252
->with($serializedPartners)
5353
->willReturn($partners);
5454

55-
5655
$this->assertSame($partners, $this->cacheHelper->loadPartnersFromCache());
5756
}
5857

0 commit comments

Comments
 (0)