You are here

protected static property VarbaseBlogTest::$modules in Varbase Blog (Corporate Blog) 9.0.x

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/FunctionalJavascript/VarbaseBlogTest.php, line 35

Class

VarbaseBlogTest
Tests Varbase Blog.

Namespace

Drupal\Tests\varbase_blog\FunctionalJavascript

Code

protected static $modules = [
  'varbase_core',
  'varbase_media',
  'varbase_editor',
  'varbase_admin',
  'varbase_seo',
  'varbase_workflow',
  'varbase_layout_builder',
  'vlplb',
  'varbase_blog',
];