You are here

public static property PermanentRedisBackendTest::$modules in Permanent Cache Bin 8

The modules to load to run the test.

Type: array

Overrides KernelTestBase::$modules

File

modules/pcb_redis/tests/src/Kernel/PermanentRedisBackendTest.php, line 21

Class

PermanentRedisBackendTest
Tests the PermanentRedisBackendTest.

Namespace

Drupal\Tests\pcb_redis\Kernel

Code

public static $modules = [
  'system',
  'pcb',
  'pcb_redis',
  'redis',
];