You are here

protected static property EntityTestJsonBasicAuthTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php \Drupal\Tests\entity_test\Functional\Rest\EntityTestJsonBasicAuthTest::modules
  2. 9 core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php \Drupal\Tests\entity_test\Functional\Rest\EntityTestJsonBasicAuthTest::modules

File

core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php, line 17

Class

EntityTestJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\entity_test\Functional\Rest

Code

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