| 1 | <?php |
||
| 17 | class DoctrineDonationRepositoryTest extends TestCase { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @dataProvider getPaymentMethodsAndTransferCodes |
||
| 21 | */ |
||
| 22 | public function testGetBankTransferCode_identifierIsReturned( string $expectedOutput, PaymentMethod $payment ): void { |
||
| 25 | |||
| 26 | public function getPaymentMethodsAndTransferCodes(): array { |
||
| 33 | } |
||
| 34 |