You are here

public function PaymentReferenceBaseTest::providerTestAjaxPay in Payment 8.2

Provides data to self::testAjaxPay().

File

tests/src/Unit/Element/PaymentReferenceBaseTest.php, line 470

Class

PaymentReferenceBaseTest
@coversDefaultClass \Drupal\payment\Element\PaymentReferenceBase

Namespace

Drupal\Tests\payment\Unit\Element

Code

public function providerTestAjaxPay() {
  return array(
    array(
      TRUE,
      1,
    ),
    array(
      FALSE,
      2,
    ),
  );
}