You are here

public static property ContactAuthenticatedUserTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/contact/src/Tests/ContactAuthenticatedUserTest.php \Drupal\contact\Tests\ContactAuthenticatedUserTest::modules

Modules to enable.

Type: array

File

core/modules/contact/src/Tests/ContactAuthenticatedUserTest.php, line 24
Contains \Drupal\contact\Tests\ContactAuthenticatedUserTest.

Class

ContactAuthenticatedUserTest
Tests contact form textfields are present if authenticated.

Namespace

Drupal\contact\Tests

Code

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