You are here

public static property DrupalSetMessageTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Bootstrap/DrupalSetMessageTest.php \Drupal\system\Tests\Bootstrap\DrupalSetMessageTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Bootstrap/DrupalSetMessageTest.php, line 24
Contains \Drupal\system\Tests\Bootstrap\DrupalSetMessageTest.

Class

DrupalSetMessageTest
Tests drupal_set_message() and related functions.

Namespace

Drupal\system\Tests\Bootstrap

Code

public static $modules = array(
  'system_test',
);