Skip to content

Commit ab55f38

Browse files
committed
AC-11010: Integration test failure for userExpiration with PHP 8.3
1 parent d8dd3ff commit ab55f38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/tests/integration/testsuite/Magento/GraphQl/App/GraphQlCustomerMutationsTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ class GraphQlCustomerMutationsTest extends \PHPUnit\Framework\TestCase
3232
*/
3333
protected function setUp(): void
3434
{
35+
if (!class_exists(GraphQlStateDiff::class)) {
36+
$this->markTestSkipped('GraphQlStateDiff class is not available on this version of Magento.');
37+
}
38+
3539
$this->graphQlStateDiff = new GraphQlStateDiff();
3640
parent::setUp();
3741
}

0 commit comments

Comments
 (0)