You are here

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

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

Modules to enable.

Type: array

File

core/modules/user/src/Tests/UserCancelTest.php, line 30
Contains \Drupal\user\Tests\UserCancelTest.

Class

UserCancelTest
Ensure that account cancellation methods work as expected.

Namespace

Drupal\user\Tests

Code

public static $modules = array(
  'node',
  'comment',
);