You are here

public static property RestExportNestedTest::$modules in REST Export Nested 8

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

tests/src/Functional/RestExportNestedTest.php, line 26

Class

RestExportNestedTest
Tests views REST export nested.

Namespace

Drupal\Tests\rest_export_nested\Functional

Code

public static $modules = [
  'rest_nested_test',
  'node',
  'rest',
  'serialization',
  'user',
  'views',
  'rest_export_nested',
];