You are here

protected function StreamEncoderTest::setUp in Replication 8

Overrides KernelTestBase::setUp

File

tests/src/Kernel/Encoder/StreamEncoderTest.php, line 27

Class

StreamEncoderTest
Tests the stream encoder.

Namespace

Drupal\Tests\replication\Kernel\Encoder

Code

protected function setUp() {
  parent::setUp();
  $this->encoder = new StreamEncoder();
}