Skip to content

Commit e648d86

Browse files
authored
tests(base): Remove unused getSchemaDefinitions() from GraphQLTestBase (#1087)
1 parent 830d47d commit e648d86

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

tests/src/Kernel/GraphQLTestBase.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,6 @@ protected function setUp() {
7676
$this->builder = new ResolverBuilder();
7777
}
7878

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-
9379
/**
9480
* {@inheritdoc}
9581
*/

0 commit comments

Comments
 (0)