You are here

protected function EntityFieldValueTest::setUp in GraphQL 8.3

Overrides GraphQLContentTestBase::setUp

File

modules/graphql_core/tests/src/Kernel/Entity/EntityFieldValueTest.php, line 41

Class

EntityFieldValueTest
Test basic entity fields.

Namespace

Drupal\Tests\graphql_core\Kernel\Entity

Code

protected function setUp() {
  parent::setUp();
}