You are here

protected static property FileUploadJsonBasicAuthTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides FileUploadResourceTestBase::$modules

File

core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php, line 18

Class

FileUploadJsonBasicAuthTest
@group file

Namespace

Drupal\Tests\file\Functional

Code

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