You are here

protected function StreamEncoderTest::setUp in Replication 8.2

Overrides KernelTestBase::setUp

File

tests/src/Unit/Encoder/StreamEncoderTest.php, line 22

Class

StreamEncoderTest
Tests the stream encoder.

Namespace

Drupal\Tests\replication\Unit\Encoder

Code

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