Skip to content

Commit c60211b

Browse files
author
Eric Bohanon
committed
MAGETWO-82931: Add class doc and fix formatting for URLResolverTest
1 parent 58c7344 commit c60211b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/UrlRewrite/UrlResolverTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
use Magento\UrlRewrite\Model\UrlFinderInterface;
1515
use Magento\UrlRewrite\Service\V1\Data\UrlRewrite;
1616

17+
/**
18+
* Test the GraphQL endpoint's URLResolver query to verify canonical URL's are correctly returned.
19+
*/
1720
class UrlResolverTest extends GraphQlAbstract
1821
{
1922

@@ -28,7 +31,7 @@ protected function setUp()
2831
/**
2932
* Tests if target_path(canonical_url) is resolved for Product entity
3033
*
31-
* @magentoApiDataFixture Magento/CatalogUrlRewrite/_files/product_with_category.php
34+
* @magentoApiDataFixture Magento/CatalogUrlRewrite/_files/product_with_category.php
3235
*/
3336
public function testProductUrlResolver()
3437
{

0 commit comments

Comments
 (0)