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\KernelCode
public function dataProviderBillingProfile() {
(yield [
TRUE,
]);
(yield [
FALSE,
]);
}