You are here

public static property EntityFormModeTest::$modules in JSON:API 8

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/EntityFormModeTest.php \Drupal\Tests\jsonapi\Functional\EntityFormModeTest::modules

@todo: Remove 'field_ui' when https://www.drupal.org/node/2867266.

Overrides ResourceTestBase::$modules

File

tests/src/Functional/EntityFormModeTest.php, line 20

Class

EntityFormModeTest
JSON API integration test for the "EntityFormMode" config entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

public static $modules = [
  'user',
  'field_ui',
];