You are here

public static property RestExportJsonApiUnsupported::$modules in JSON:API 8.2

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

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

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',
];