You are here

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

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/PermanentDatabaseBackendTest.php \Drupal\Tests\pcb\Kernel\PermanentDatabaseBackendTest::modules

The modules to load to run the test.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

PermanentDatabaseBackendTest
Tests the PermanentDatabaseBackendTest.

Namespace

Drupal\Tests\pcb\Kernel

Code

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