You are here

public static property CoffeeCommandsTest::$modules in Coffee 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/CoffeeCommandsTest.php, line 23

Class

CoffeeCommandsTest
Tests hook_coffee_commands().

Namespace

Drupal\Tests\coffee\Kernel

Code

public static $modules = [
  'coffee',
  'coffee_test',
  'system',
  'node',
  'user',
];