You are here

protected static property UserCancelTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/user/tests/src/Functional/UserCancelTest.php \Drupal\Tests\user\Functional\UserCancelTest::modules
  2. 9 core/modules/user/tests/src/Functional/UserCancelTest.php \Drupal\Tests\user\Functional\UserCancelTest::modules

Modules to enable.

Type: array

File

core/modules/user/tests/src/Functional/UserCancelTest.php, line 28

Class

UserCancelTest
Ensure that account cancellation methods work as expected.

Namespace

Drupal\Tests\user\Functional

Code

protected static $modules = [
  'node',
  'comment',
];