Skip to content

Commit 82d13d1

Browse files
committed
debug
1 parent 9f97bf6 commit 82d13d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Unit/GraphQLQueryTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function testConfigKeysIsDifferentFromTypeClassNameQuery(): void
3737

3838
public function testConfigKeyIsDifferentFromTypeClassNameNotSupportedInLazyLoadingOfTypes(): void
3939
{
40+
dump(app('config'));
4041
if (false === app('config')->get('graphql.lazyload_types')) {
4142
self::markTestSkipped('Skipping test when lazyload_types=false');
4243
}

0 commit comments

Comments
 (0)