Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
TomashKhamlai authored and Valeriy Nayda committed Sep 11, 2018
1 parent 6e78ca6 commit f8d1c29
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ public function testGetDisabledCmsBlockByIdentifiers()
/** @var StoreManagerInterface $storeManager */
$storeManager = $this->objectManager->get(StoreManagerInterface::class);
$storeId = (int)$storeManager->getStore()->getId();
$cmsBlockId = $this->objectManager->get(GetBlockByIdentifier::class)->execute("fixture_block", $storeId)->getId();
$cmsBlockId = $this->objectManager->get(GetBlockByIdentifier::class)->execute("fixture_block",
$storeId)->getId();
$this->objectManager->get(Block::class)->load($cmsBlockId)->setIsActive(0)->save();
$query =
<<<QUERY
Expand Down

0 comments on commit f8d1c29

Please sign in to comment.