public function PaymentMethodConfigurationFormTest::providerTestForm in Payment 8.2
Provides data to self::testForm().
File
- tests/
src/ Unit/ Entity/ PaymentMethodConfiguration/ PaymentMethodConfigurationFormTest.php, line 264
Class
- PaymentMethodConfigurationFormTest
- @coversDefaultClass \Drupal\payment\Entity\PaymentMethodConfiguration\PaymentMethodConfigurationForm
Namespace
Drupal\Tests\payment\Unit\Entity\PaymentMethodConfigurationCode
public function providerTestForm() {
return [
[
TRUE,
],
[
FALSE,
],
];
}