Skip to main content
Home
Drupal API Help
Helping Drupal Community, One API at a time

Main menu

  • Home
  • Drupal Core
  • Getting Help

You are here

Home » API reference » Payment 8.2 » PaymentStatusOperationsProviderTest.php » PaymentStatusOperationsProviderTest

public function PaymentStatusOperationsProviderTest::setUp in Payment 8.2

Overrides DefaultPluginTypeOperationsProviderTest::setUp

File

tests/src/Unit/Plugin/Payment/Status/PaymentStatusOperationsProviderTest.php, line 22

Class

PaymentStatusOperationsProviderTest
@coversDefaultClass \Drupal\payment\Plugin\Payment\Status\PaymentStatusOperationsProvider

Namespace

Drupal\Tests\payment\Unit\Plugin\Payment\Status

Code

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

API Navigation

  • Payment 8.2
  • Classes
  • Functions
  • Files
  • Namespaces
  • Services
  • Elements
  • Constants
  • Deprecated

Drupal is a registered trademark of Dries Buytaert. This site is not affiliated with Dries Buytaert, Drupal Association or Drupal.org.