You are here

protected static property FeedXmlBasicAuthTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides FeedResourceTestBase::$modules

File

core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php, line 19

Class

FeedXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\aggregator\Functional\Rest

Code

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