You are here

public function HttpStreamWrapperTest::setUp in Remote Stream Wrapper 8

Overrides KernelTestBase::setUp

File

tests/src/Kernel/HttpStreamWrapperTest.php, line 30

Class

HttpStreamWrapperTest
@coversDefaultClass \Drupal\remote_stream_wrapper\StreamWrapper\HttpStreamWrapper @group remote_stream_wrapper

Namespace

Drupal\Tests\remote_stream_wrapper\Kernel

Code

public function setUp() {
  parent::setUp();
  $this->wrapper = $this->container
    ->get('stream_wrapper.http');
}