You are here

public static property RemoteUrlTest::$modules in Entity Share 8.2

Same name and namespace in other branches
  1. 8.3 modules/entity_share_client/tests/src/Kernel/RemoteUrlTest.php \Drupal\Tests\entity_share_client\Kernel\RemoteUrlTest::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

modules/entity_share_client/tests/src/Kernel/RemoteUrlTest.php, line 20

Class

RemoteUrlTest
Tests remote url.

Namespace

Drupal\Tests\entity_share_client\Kernel

Code

public static $modules = [
  'serialization',
  'jsonapi',
  'entity_share_client',
];