protected function QueryTopicTypesTest::setUp in Open Social 10.3.x
File
- modules/
social_features/ social_topic/ tests/ src/ Kernel/ GraphQL/ QueryTopicTypesTest.php, line 60
Class
- QueryTopicTypesTest
- Tests the topicTypes field on the Query type.
Namespace
Drupal\Tests\social_topic\Kernel\GraphQLCode
protected function setUp() : void {
parent::setUp();
$this
->installEntitySchema('taxonomy_term');
$this
->installConfig([
'node',
'social_core',
'social_node',
'social_topic',
]);
}