| Total Complexity | 2 |
| Total Lines | 79 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class ParseDescriptionTest extends \PHPUnit_Framework_TestCase |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @dataProvider statementProvider |
||
| 12 | * |
||
| 13 | * @param $input |
||
| 14 | * @param $expected |
||
| 15 | */ |
||
| 16 | public function testDebitCredit($input, $expected) |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return array |
||
| 30 | */ |
||
| 31 | public function statementProvider() |
||
| 91 |