Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class TransactionStatementTest extends TestCase |
||
11 | { |
||
12 | public function testBuildWithoutEnd(): void |
||
20 | ); |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @dataProvider transactionProvider |
||
25 | */ |
||
26 | public function testTransaction(string $test): void |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @return string[][] |
||
33 | */ |
||
34 | public static function transactionProvider(): array |
||
45 |