You are here

public function PaymentMethodBaseTest::providerTestBuildConfigurationForm in Payment 8.2

Provides data to self::testBuildConfigurationForm().

File

tests/src/Unit/Plugin/Payment/Method/PaymentMethodBaseTest.php, line 182

Class

PaymentMethodBaseTest
@coversDefaultClass \Drupal\payment\Plugin\Payment\Method\PaymentMethodBase

Namespace

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

Code

public function providerTestBuildConfigurationForm() {
  return [
    [
      TRUE,
    ],
    [
      FALSE,
    ],
  ];
}