You are here

protected static property ConfigImportUploadTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/config/tests/src/Functional/ConfigImportUploadTest.php, line 30

Class

ConfigImportUploadTest
Tests importing configuration from an uploaded file.

Namespace

Drupal\Tests\config\Functional

Code

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