You are here

public static property MemcacheBackendUnitTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 modules/memcache/src/Tests/MemcacheBackendUnitTest.php \Drupal\memcache\Tests\MemcacheBackendUnitTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

modules/memcache/src/Tests/MemcacheBackendUnitTest.php, line 25
Contains \Drupal\memcache\Tests\MemcacheBackendUnitTest.

Class

MemcacheBackendUnitTest
Tests the MemcacheBackend.

Namespace

Drupal\memcache\Tests

Code

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