Skip to content

Commit 06267e6

Browse files
TomashKhamlaiValeriy Nayda
authored and
Valeriy Nayda
committed
Reformat again
1 parent f8d1c29 commit 06267e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Cms/CmsBlockTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ public function testGetDisabledCmsBlockByIdentifiers()
7070
/** @var StoreManagerInterface $storeManager */
7171
$storeManager = $this->objectManager->get(StoreManagerInterface::class);
7272
$storeId = (int)$storeManager->getStore()->getId();
73-
$cmsBlockId = $this->objectManager->get(GetBlockByIdentifier::class)->execute("fixture_block",
74-
$storeId)->getId();
73+
$cmsBlockId = $this->objectManager->get(GetBlockByIdentifier::class)
74+
->execute("fixture_block", $storeId)
75+
->getId();
7576
$this->objectManager->get(Block::class)->load($cmsBlockId)->setIsActive(0)->save();
7677
$query =
7778
<<<QUERY

0 commit comments

Comments
 (0)