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 9
9
10
10
use Magento \Indexer \Test \Fixture \Indexer as IndexerFixture ;
11
11
use Magento \TestFramework \Fixture \Config ;
12
- use Magento \TestFramework \Helper \Bootstrap ;
13
- use Magento \TestFramework \ObjectManager ;
14
12
use Magento \TestFramework \TestCase \GraphQlAbstract ;
15
13
use Magento \Catalog \Test \Fixture \Product as ProductFixture ;
16
14
use Magento \TestFramework \Fixture \DataFixture ;
17
- use Magento \TestFramework \Fixture \DataFixtureStorage ;
18
15
use Magento \TestFramework \Fixture \DataFixtureStorageManager ;
19
16
20
17
/**
21
18
* Test for getting canonical_url for products
22
19
*/
23
20
class ProductCanonicalUrlTest extends GraphQlAbstract
24
21
{
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
-
40
22
#[
41
23
Config('catalog/seo/product_canonical_tag ' , 1 ),
42
24
DataFixture(ProductFixture::class, as: 'product ' ),
You can’t perform that action at this time.
0 commit comments