You are here

protected static property EntityTestComputedFieldTest::$modules in Drupal 10

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

File

core/modules/jsonapi/tests/src/Functional/EntityTestComputedFieldTest.php, line 20

Class

EntityTestComputedFieldTest
JSON:API integration test for the "EntityTestComputedField" content entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $modules = [
  'entity_test',
];