You are here

public static property MemcacheBackendTest::$modules in Memcache API and Integration 8.2

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/MemcacheBackendTest.php, line 20

Class

MemcacheBackendTest
Tests the MemcacheBackend.

Namespace

Drupal\Tests\memcache\Kernel

Code

public static $modules = [
  'system',
  'memcache',
];