You are here

protected function TestRevisionHandler::setUp in Feeds Paragraphs 8

@inheritdoc

Overrides FpmTestBase::setUp

File

tests/src/Unit/TestRevisionHandler.php, line 32

Class

TestRevisionHandler
@group Feeds Paragraphs @coversDefaultClass \Drupal\feeds_para_mapper\RevisionHandler

Namespace

Drupal\Tests\feeds_para_mapper\Unit

Code

protected function setUp() {
  $this->class = Text::class;
  $this->type = "text";
  parent::setUp();
  $this
    ->addServices($this->services);
}