You are here

protected function EditPaymentMethodConfigurationTest::setUp in Payment 8.2

Overrides UnitTestCase::setUp

File

tests/src/Unit/Controller/EditPaymentMethodConfigurationTest.php, line 35

Class

EditPaymentMethodConfigurationTest
@coversDefaultClass \Drupal\payment\Controller\EditPaymentMethodConfiguration

Namespace

Drupal\Tests\payment\Unit\Controller

Code

protected function setUp() : void {
  parent::setUp();
  $this->stringTranslation = $this
    ->getStringTranslationStub();
  $this->sut = new EditPaymentMethodConfiguration($this->stringTranslation);
}