You are here

protected function EditPaymentStatusTest::setUp in Payment 8.2

Overrides UnitTestCase::setUp

File

tests/src/Unit/Controller/EditPaymentStatusTest.php, line 34

Class

EditPaymentStatusTest
@coversDefaultClass \Drupal\payment\Controller\EditPaymentStatus

Namespace

Drupal\Tests\payment\Unit\Controller

Code

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