You are here

public static property ChainedTamperTest::$modules in Tamper 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/ChainedTamperTest.php, line 21

Class

ChainedTamperTest
Tests chaining multiple tampers together.

Namespace

Drupal\Tests\tamper\Kernel

Code

public static $modules = [
  'tamper',
];