You are here

public static property ItemJsonBasicAuthTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 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

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