Skip to content

Commit

Permalink
Add command to view mview state and queue
Browse files Browse the repository at this point in the history
Use private method visibility instead of protected in test
  • Loading branch information
ihor-sviziev authored Dec 4, 2017
1 parent 4af04b1 commit 700fe22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class IndexerStatusCommandTest extends AbstractIndexerCommandCommonSetup
* @param array $data
* @return mixed
*/
protected function attachViewToIndexerMock($indexerMock, array $data)
private function attachViewToIndexerMock($indexerMock, array $data)
{
/** @var \Magento\Framework\Mview\View\Changelog|\PHPUnit_Framework_MockObject_MockObject $stub */
$changelog = $this->getMockBuilder(\Magento\Framework\Mview\View\Changelog::class)
Expand Down

0 comments on commit 700fe22

Please sign in to comment.