You are here

public static property JsonApiExtrasFunctionalTest::$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

tests/src/Functional/JsonApiExtrasFunctionalTest.php, line 30

Class

JsonApiExtrasFunctionalTest
The test class for the main functionality.

Namespace

Drupal\Tests\jsonapi_extras\Functional

Code

public static $modules = [
  'jsonapi_extras',
  'basic_auth',
  'jsonapi_test_resource_type_building',
];