We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b6f38 commit adbf647Copy full SHA for adbf647
dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php
@@ -92,7 +92,7 @@ private function getAppCache()
92
private function getGraphQlClient()
93
{
94
if ($this->graphQlClient === null) {
95
- return Bootstrap::getObjectManager()->get(\Magento\TestFramework\TestCase\GraphQl\Client::class);
+ $this->graphQlClient = Bootstrap::getObjectManager()->get(\Magento\TestFramework\TestCase\GraphQl\Client::class);
96
}
97
98
return $this->graphQlClient;
0 commit comments