You are here

public function BraintreeApiIntegrationTest::dataProviderBillingProfile in Commerce Braintree 8

Data provider for all test methods.

File

tests/src/Kernel/BraintreeApiIntegrationTest.php, line 134

Class

BraintreeApiIntegrationTest
Tests the Braintree SDK integration.

Namespace

Drupal\Tests\commerce_braintree\Kernel

Code

public function dataProviderBillingProfile() {
  (yield [
    TRUE,
  ]);
  (yield [
    FALSE,
  ]);
}