You are here

public function PaymentReferenceTest::testDefaultConfiguration in Payment 8.2

@covers ::defaultConfiguration

File

modules/payment_reference/tests/src/Unit/Plugin/Payment/Type/PaymentReferenceTest.php, line 114

Class

PaymentReferenceTest
@coversDefaultClass \Drupal\payment_reference\Plugin\Payment\Type\PaymentReference

Namespace

Drupal\Tests\payment_reference\Unit\Plugin\Payment\Type

Code

public function testDefaultConfiguration() {
  $this
    ->assertIsArray($this->sut
    ->defaultConfiguration());
}