You are here

public static property RestExportJsonApiUnsupported::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php \Drupal\Tests\jsonapi\Functional\RestExportJsonApiUnsupported::modules
  2. 10 core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php \Drupal\Tests\jsonapi\Functional\RestExportJsonApiUnsupported::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php, line 25

Class

RestExportJsonApiUnsupported
Ensures that the 'api_json' format is not supported by the REST module.

Namespace

Drupal\Tests\jsonapi\Functional

Code

public static $modules = [
  'jsonapi',
  'rest_test_views',
  'views_ui',
];