You are here

protected static property CommentAdminViewUpdateTest::$modules in Drupal 8

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php, line 20

Class

CommentAdminViewUpdateTest
Tests that comment admin view is enabled after update.

Namespace

Drupal\Tests\comment\Functional\Update

Code

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