We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c7344 commit c60211bCopy full SHA for c60211b
dev/tests/api-functional/testsuite/Magento/GraphQl/UrlRewrite/UrlResolverTest.php
@@ -14,6 +14,9 @@
14
use Magento\UrlRewrite\Model\UrlFinderInterface;
15
use Magento\UrlRewrite\Service\V1\Data\UrlRewrite;
16
17
+/**
18
+ * Test the GraphQL endpoint's URLResolver query to verify canonical URL's are correctly returned.
19
+ */
20
class UrlResolverTest extends GraphQlAbstract
21
{
22
@@ -28,7 +31,7 @@ protected function setUp()
28
31
/**
29
32
* Tests if target_path(canonical_url) is resolved for Product entity
30
33
*
- * @magentoApiDataFixture Magento/CatalogUrlRewrite/_files/product_with_category.php
34
+ * @magentoApiDataFixture Magento/CatalogUrlRewrite/_files/product_with_category.php
35
*/
36
public function testProductUrlResolver()
37
0 commit comments