You are here

protected function RemoteUrlTest::setUp 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::setUp()

Overrides EntityKernelTestBase::setUp

File

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

Class

RemoteUrlTest
Tests remote url.

Namespace

Drupal\Tests\entity_share_client\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('remote');
}