You are here

protected property PaymentMethodBaseTestBase::$paymentStatusManager in Payment 8.2

The payment status manager.

Type: \Drupal\payment\Plugin\Payment\Status\PaymentStatusManagerInterface|\PHPUnit\Framework\MockObject\MockObject

File

tests/src/Unit/Plugin/Payment/Method/PaymentMethodBaseTestBase.php, line 52

Class

PaymentMethodBaseTestBase
Provides a base for tests for classes that extend \Drupal\payment\Plugin\Payment\Method\PaymentMethodBase.

Namespace

Drupal\Tests\payment\Unit\Plugin\Payment\Method

Code

protected $paymentStatusManager;