protected function InternalRequestTest::setUp in GraphQL 8.3
Overrides GraphQLCoreTestBase::setUp
File
- modules/
graphql_core/ tests/ src/ Kernel/ Routing/ InternalRequestTest.php, line 22
Class
- InternalRequestTest
- Test internal requests.
Namespace
Drupal\Tests\graphql_core\Kernel\RoutingCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('user');
}