Skip to content

Commit

Permalink
fix static line limit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuscris committed Oct 16, 2017
1 parent 9cd20c0 commit 2adefdf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ public function testToolbarCoverage()
$parent = $this->_getLayout()->createBlock(\Magento\Catalog\Block\Product\ListProduct::class, 'parent');

/* Prepare toolbar block */
$this->_getLayout()->createBlock(\Magento\Catalog\Block\Product\ProductList\Toolbar::class, 'product_list_toolbar');
$this->_getLayout()
->createBlock(\Magento\Catalog\Block\Product\ProductList\Toolbar::class, 'product_list_toolbar');
$parent->setToolbarBlockName('product_list_toolbar');

$toolbar = $parent->getToolbarBlock();
Expand Down

0 comments on commit 2adefdf

Please sign in to comment.