File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 99
1010use Magento \Indexer \Test \Fixture \Indexer as IndexerFixture ;
1111use Magento \TestFramework \Fixture \Config ;
12- use Magento \TestFramework \Helper \Bootstrap ;
13- use Magento \TestFramework \ObjectManager ;
1412use Magento \TestFramework \TestCase \GraphQlAbstract ;
1513use Magento \Catalog \Test \Fixture \Product as ProductFixture ;
1614use Magento \TestFramework \Fixture \DataFixture ;
17- use Magento \TestFramework \Fixture \DataFixtureStorage ;
1815use Magento \TestFramework \Fixture \DataFixtureStorageManager ;
1916
2017/**
2118 * Test for getting canonical_url for products
2219 */
2320class ProductCanonicalUrlTest extends GraphQlAbstract
2421{
25- /** @var ObjectManager */
26- private $ objectManager ;
27-
28- /** @var DataFixtureStorage */
29- private $ fixtures ;
30-
31- /**
32- * @inheritdoc
33- */
34- protected function setUp (): void
35- {
36- $ this ->objectManager = Bootstrap::getObjectManager ();
37- $ this ->fixtures = DataFixtureStorageManager::getStorage ();
38- }
39-
4022 #[
4123 Config('catalog/seo/product_canonical_tag ' , 1 ),
4224 DataFixture(ProductFixture::class, as: 'product ' ),
You can’t perform that action at this time.
0 commit comments