You are here

public static property EdgeEntityRemoveProductEventTest::$modules in Apigee Edge 8

Modules to enable.

Type: array

Overrides ApigeeEdgeActionsRulesKernelTestBase::$modules

File

modules/apigee_edge_actions/tests/src/Kernel/Plugin/RulesEvent/EdgeEntityRemoveProductEventTest.php, line 40

Class

EdgeEntityRemoveProductEventTest
Tests Edge entity remove_product event.

Namespace

Drupal\Tests\apigee_edge_actions\Kernel\Plugin\RulesEvent

Code

public static $modules = [
  'apigee_edge_actions',
  'apigee_edge_actions_debug',
  'apigee_edge',
  'apigee_edge_teams',
  'apigee_mock_api_client',
  'dblog',
  'key',
  'options',
];