We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830d47d commit e648d86Copy full SHA for e648d86
1 file changed
tests/src/Kernel/GraphQLTestBase.php
@@ -76,20 +76,6 @@ protected function setUp() {
76
$this->builder = new ResolverBuilder();
77
}
78
79
- /**
80
- * {@inheritdoc}
81
- */
82
- protected function getSchemaDefinitions() {
83
- return [
84
- 'default' => [
85
- 'id' => 'default',
86
- 'name' => 'default',
87
- 'path' => 'graphql',
88
- 'deriver' => 'Drupal\graphql\Plugin\Deriver\PluggableSchemaDeriver',
89
- ],
90
- ];
91
- }
92
-
93
/**
94
* {@inheritdoc}
95
*/
0 commit comments