You are here

protected static property S3fsTest::$modules in S3 File System 8.3

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

Modules to enable.

Type: array

Overrides S3fsTestBase::$modules

File

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

Class

S3fsTest
S3 File System Tests.

Namespace

Drupal\Tests\s3fs\Functional

Code

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