public static property QueryTestBase::$modules in GraphQL 8
Same name and namespace in other branches
- 8.2 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\TestsCode
public static $modules = array(
'graphql',
'node',
);