Skip to content

Commit 86f2ded

Browse files
committed
graphql-php-v15: temporarily skip test
Until we figure out what the replacement for the getter is
1 parent da2fde4 commit 86f2ded

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Unit/ConfigTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ public function testSchema(): void
7171

7272
public function testSecurity(): void
7373
{
74+
self::markTestSkipped('Skipped until we know whether/how to retrieve the applied config values, see also https://github.com/webonyx/graphql-php/discussions/1231#discussioncomment-3899310');
75+
7476
/** @var QueryComplexity $queryComplexity */
7577
$queryComplexity = DocumentValidator::getRule(QueryComplexity::class);
7678
self::assertEquals(1000, $queryComplexity->getMaxQueryComplexity());

0 commit comments

Comments
 (0)