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 bbc7605 commit 9015916Copy full SHA for 9015916
dev/tests/api-functional/testsuite/Magento/CmsGraphQl/Model/Resolver/PageTest.php
@@ -85,11 +85,13 @@ protected function setUp(): void
85
protected function tearDown(): void
86
{
87
// clean graphql resolver cache and reset to original enablement status
88
- $this->objectManager->get(GraphQlCache::class)->clean();
+ $this->graphqlCache->clean();
89
$this->cacheState->setEnabled(
90
GraphQlCache::TYPE_IDENTIFIER,
91
$this->originalCacheStateEnabledStatus
92
);
93
+
94
+ parent::tearDown();
95
}
96
97
/**
0 commit comments