You are here

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

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/WebhookPostTest.php, line 26

Class

WebhookPostTest
Webhook post tests.

Namespace

Drupal\Tests\zoomapi\Functional

Code

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