You are here

protected static property ItemJsonBasicAuthTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php \Drupal\Tests\aggregator\Functional\Rest\ItemJsonBasicAuthTest::modules

Modules to install.

Type: array

Overrides ItemResourceTestBase::$modules

File

core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php, line 17

Class

ItemJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\aggregator\Functional\Rest

Code

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