You are here

protected static property TourJsonBasicAuthTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides TourResourceTestBase::$modules

File

core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php, line 17

Class

TourJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\tour\Functional\Rest

Code

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