You are here

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

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ApiRequestTest.php, line 29

Class

ApiRequestTest
API request tests.

Namespace

Drupal\Tests\zoomapi\Functional

Code

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