You are here

protected static property RestExportJsonApiUnsupported::$modules in Drupal 10

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

File

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

Class

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

Namespace

Drupal\Tests\jsonapi\Functional

Code

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