public function SchemaTest::schemas in Thunder 6.2.x
A data provider for testSchema.
File
- modules/
thunder_gqls/ tests/ src/ Functional/ SchemaTest.php, line 36
Class
- SchemaTest
- Test the schema.
Namespace
Drupal\Tests\thunder_gqls\FunctionalCode
public function schemas() : array {
return [
[
'article',
],
[
'paragraphs',
],
[
'entities_with_term',
],
[
'menu',
],
[
'breadcrumb',
],
[
'redirect',
],
[
'user',
],
];
}