You are here

protected static property FeedHalJsonBasicAuthTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides FeedHalJsonTestBase::$modules

File

core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonBasicAuthTest.php, line 17

Class

FeedHalJsonBasicAuthTest
@group hal

Namespace

Drupal\Tests\aggregator\Functional\Hal

Code

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