Skip to content

Commit 0bbec75

Browse files
committed
ACQE-8696: [Web API Automation] - AC-8972
- Code review point fixed - Add empty line before declare and doc block for function.
1 parent f905ec1 commit 0bbec75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductVisibilitySearchTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright 2025 Adobe
44
* All Rights Reserved.
55
*/
6+
67
declare(strict_types=1);
78

89
namespace Magento\GraphQl\Catalog;
@@ -14,6 +15,10 @@
1415

1516
class ProductVisibilitySearchTest extends GraphQlAbstract
1617
{
18+
/**
19+
* Verify that a product with "Catalog Only" visibility
20+
* is not returned in GraphQL product search results.
21+
*/
1722
#[DataFixture(
1823
ProductFixture::class,
1924
['price' => 1, 'name' => 'API_TEST', 'visibility' => Visibility::VISIBILITY_IN_CATALOG],

0 commit comments

Comments
 (0)