Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
35 | public function expectedTableNameProvider() { |
||
36 | yield [ 'action_log' ]; |
||
37 | yield [ 'address' ]; |
||
38 | yield [ 'backend_banner' ]; |
||
39 | yield [ 'backend_impressions' ]; |
||
40 | yield [ 'request' ]; |
||
41 | yield [ 'spenden' ]; |
||
42 | yield [ 'subscription' ]; |
||
43 | yield [ 'users' ]; |
||
44 | yield [ 'donation_payment' ]; |
||
45 | yield [ 'donation_payment_sofort' ]; |
||
46 | } |
||
47 | |||
49 |