You are here

public function PaymentReferenceBaseTest::providerTestBuildPaymentViewWithPayment in Payment 8.2

Provides data to self::testBuildPaymentViewWithPayment().

File

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

Class

PaymentReferenceBaseTest
@coversDefaultClass \Drupal\payment\Element\PaymentReferenceBase

Namespace

Drupal\Tests\payment\Unit\Element

Code

public function providerTestBuildPaymentViewWithPayment() {
  return array(
    array(
      TRUE,
    ),
    array(
      FALSE,
    ),
  );
}