public function PaymentMethodBaseTest::testDefaultConfiguration in Payment 8.2
@covers ::defaultConfiguration
File
- tests/
src/ Unit/ Plugin/ Payment/ Method/ PaymentMethodBaseTest.php, line 98
Class
- PaymentMethodBaseTest
- @coversDefaultClass \Drupal\payment\Plugin\Payment\Method\PaymentMethodBase
Namespace
Drupal\Tests\payment\Unit\Plugin\Payment\MethodCode
public function testDefaultConfiguration() {
$this
->assertSame([], $this->sut
->defaultConfiguration());
}