You are here

public function CompletePaymentTest::setUp in Payment 8.2

Overrides UnitTestCase::setUp

File

tests/src/Unit/Controller/CompletePaymentTest.php, line 30

Class

CompletePaymentTest
@coversDefaultClass \Drupal\payment\Controller\CompletePayment

Namespace

Drupal\Tests\payment\Unit\Controller

Code

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