You are here

public function PaymentTypeBaseTest::testDefaultConfiguration in Payment 8.2

@covers ::defaultConfiguration

File

tests/src/Unit/Plugin/Payment/Type/PaymentTypeBaseTest.php, line 77

Class

PaymentTypeBaseTest
@coversDefaultClass \Drupal\payment\Plugin\Payment\Type\PaymentTypeBase

Namespace

Drupal\Tests\payment\Unit\Plugin\Payment\Type

Code

public function testDefaultConfiguration() {
  $this
    ->assertSame([], $this->sut
    ->defaultConfiguration());
}