You are here

protected static property ConfigurationTest::$modules in Weather 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/ConfigurationTest.php \Drupal\Tests\weather\Functional\ConfigurationTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ConfigurationTest.php, line 19

Class

ConfigurationTest
Tests configuration of weather displays.

Namespace

Drupal\Tests\weather\Functional

Code

protected static $modules = [
  'weather',
  'block',
];