Skip to content

Commit

Permalink
MAGETWO-43857: [github] cache types don't properly invalidate all the…
Browse files Browse the repository at this point in the history
… time #1844
  • Loading branch information
Joan He committed Oct 22, 2015
1 parent 18bf1a3 commit 3fe31b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function setUp()
->getMock();
$this->context = $objectManager->getObject(
'Magento\Framework\Model\Context',
['cacheManager' => $this->cacheManagerMock,]
['cacheManager' => $this->cacheManagerMock]
);

$this->designMock = $this->getMockBuilder('Magento\Framework\View\DesignInterface')->getMock();
Expand Down

0 comments on commit 3fe31b7

Please sign in to comment.