You are here

protected static property ContactFormJsonBasicAuthTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides ContactFormResourceTestBase::$modules

File

core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php, line 17

Class

ContactFormJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\contact\Functional\Rest

Code

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