You are here

protected function DisablePaymentMethodConfigurationTest::setUp in Payment 8.2

Overrides UnitTestCase::setUp

File

tests/src/Unit/Controller/DisablePaymentMethodConfigurationTest.php, line 28

Class

DisablePaymentMethodConfigurationTest
@coversDefaultClass \Drupal\payment\Controller\DisablePaymentMethodConfiguration

Namespace

Drupal\Tests\payment\Unit\Controller

Code

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