You are here

public function FormHelperTest::testConstruct in Currency 8.3

@covers ::__construct

File

tests/src/Unit/FormHelperTest.php, line 80

Class

FormHelperTest
@coversDefaultClass \Drupal\currency\FormHelper

Namespace

Drupal\Tests\currency\Unit

Code

public function testConstruct() {
  $this->sut = new FormHelper($this->stringTranslation, $this->entityTypeManager);
}