You are here

public function EditPaymentTest::setUp in Payment 8.2

Overrides UnitTestCase::setUp

File

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

Class

EditPaymentTest
@coversDefaultClass \Drupal\payment\Controller\EditPayment

Namespace

Drupal\Tests\payment\Unit\Controller

Code

public function setUp() : void {
  $this->stringTranslation = $this
    ->getStringTranslationStub();
  $this->sut = new EditPayment($this->stringTranslation);
}