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 d8dd3ff commit ab55f38Copy full SHA for ab55f38
dev/tests/integration/testsuite/Magento/GraphQl/App/GraphQlCustomerMutationsTest.php
@@ -32,6 +32,10 @@ class GraphQlCustomerMutationsTest extends \PHPUnit\Framework\TestCase
32
*/
33
protected function setUp(): void
34
{
35
+ if (!class_exists(GraphQlStateDiff::class)) {
36
+ $this->markTestSkipped('GraphQlStateDiff class is not available on this version of Magento.');
37
+ }
38
+
39
$this->graphQlStateDiff = new GraphQlStateDiff();
40
parent::setUp();
41
}
0 commit comments