You are here

protected static property EntryPointTest::$modules in Drupal 10

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

File

core/modules/jsonapi/tests/src/Functional/EntryPointTest.php, line 26

Class

EntryPointTest
Makes assertions about the JSON:API behavior for internal entities.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $modules = [
  'node',
  'jsonapi',
  'basic_auth',
];