You are here

public function ConfigImporterTest::testConstruct in Currency 8.3

@covers ::__construct

File

tests/src/Unit/ConfigImporterTest.php, line 103

Class

ConfigImporterTest
@coversDefaultClass \Drupal\currency\ConfigImporter

Namespace

Drupal\Tests\currency\Unit

Code

public function testConstruct() {
  $this->sut = new ConfigImporter($this->moduleHandler, $this->typedConfigManager, $this->entityTypeManager);
}