You are here

public static property FeedJsonBasicAuthTest::$modules in Drupal 8

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

Modules to install.

Type: array

Overrides FeedResourceTestBase::$modules

File

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

Class

FeedJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\aggregator\Functional\Rest

Code

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