You are here

public static property ModalPageTest::$modules in Modal 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Kernel/ModalPageTest.php \Drupal\Tests\modal_page\Kernel\ModalPageTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/ModalPageTest.php, line 27

Class

ModalPageTest
KernelTests for ModalPage service class.

Namespace

Drupal\Tests\modal_page\Kernel

Code

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