We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f97bf6 commit 82d13d1Copy full SHA for 82d13d1
tests/Unit/GraphQLQueryTest.php
@@ -37,6 +37,7 @@ public function testConfigKeysIsDifferentFromTypeClassNameQuery(): void
37
38
public function testConfigKeyIsDifferentFromTypeClassNameNotSupportedInLazyLoadingOfTypes(): void
39
{
40
+ dump(app('config'));
41
if (false === app('config')->get('graphql.lazyload_types')) {
42
self::markTestSkipped('Skipping test when lazyload_types=false');
43
}
0 commit comments