You are here

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

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

Modules to enable.

Type: array

Overrides S3fsTestBase::$modules

File

tests/src/Functional/S3fsFileServiceTest.php, line 19

Class

S3fsFileServiceTest
S3 File System Service Decorator Tests.

Namespace

Drupal\Tests\s3fs\Functional

Code

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