You are here

public static property ViewJsonBasicAuthTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php \Drupal\Tests\views\Functional\Rest\ViewJsonBasicAuthTest::modules
  2. 10 core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php \Drupal\Tests\views\Functional\Rest\ViewJsonBasicAuthTest::modules

Modules to install.

Type: array

Overrides ViewResourceTestBase::$modules

File

core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php, line 17

Class

ViewJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\views\Functional\Rest

Code

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