You are here

public static property JsonApiDefaultsFunctionalTest::$modules in JSON:API Extras 8.3

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides JsonApiFunctionalTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

modules/jsonapi_defaults/tests/src/Functional/JsonApiDefaultsFunctionalTest.php, line 26

Class

JsonApiDefaultsFunctionalTest
The test class for the JSON API Defaults functionality.

Namespace

Drupal\Tests\jsonapi_defaults\Functional

Code

public static $modules = [
  'jsonapi_defaults',
];