public function PaymentListBuilderTest::providerTestBuildRow in Payment 8.2
Provides data to self::testBuildRow().
File
- tests/
src/ Unit/ Entity/ Payment/ PaymentListBuilderTest.php, line 251
Class
- PaymentListBuilderTest
- @coversDefaultClass \Drupal\payment\Entity\Payment\PaymentListBuilder
Namespace
Drupal\Tests\payment\Unit\Entity\PaymentCode
public function providerTestBuildRow() {
return array(
array(
TRUE,
),
array(
FALSE,
),
);
}