You are here

public static property QueryTestBase::$modules in GraphQL 8.2

Same name and namespace in other branches
  1. 8 src/Tests/QueryTestBase.php \Drupal\graphql\Tests\QueryTestBase::modules

Modules to install.

Type: array

File

src/Tests/QueryTestBase.php, line 24

Class

QueryTestBase
Test helper class for GraphQL query tests.

Namespace

Drupal\graphql\Tests

Code

public static $modules = array(
  'graphql',
  'node',
);