You are here

protected static property S3fsConfigFormTest::$modules in S3 File System 4.0.x

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/S3fsConfigFormTest.php \Drupal\Tests\s3fs\Functional\S3fsConfigFormTest::modules

Modules to enable.

Type: array

Overrides S3fsTestBase::$modules

File

tests/src/Functional/S3fsConfigFormTest.php, line 26

Class

S3fsConfigFormTest
Tests s3fs configuration form.

Namespace

Drupal\Tests\s3fs\Functional

Code

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