You are here

protected static property CommentUninstallTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/comment/tests/src/Kernel/CommentUninstallTest.php \Drupal\Tests\comment\Kernel\CommentUninstallTest::modules
  2. 9 core/modules/comment/tests/src/Kernel/CommentUninstallTest.php \Drupal\Tests\comment\Kernel\CommentUninstallTest::modules

File

core/modules/comment/tests/src/Kernel/CommentUninstallTest.php, line 23

Class

CommentUninstallTest
Tests comment module uninstall.

Namespace

Drupal\Tests\comment\Kernel

Code

protected static $modules = [
  'comment',
  'field',
  'node',
  'system',
  'text',
  'user',
];