You are here

public static property ConfigLoadTest::$modules in Zoom API 2.0.x

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ConfigLoadTest.php, line 25

Class

ConfigLoadTest
Simple test to ensure that the config page loads.

Namespace

Drupal\Tests\zoomapi\Functional

Code

public static $modules = [
  'zoomapi',
  'key',
];