1 | <?php |
||
10 | class FinalizeTest extends \PHPUnit_Framework_TestCase |
||
11 | { |
||
12 | /** |
||
13 | * @return array |
||
14 | */ |
||
15 | public function provider() |
||
22 | |||
23 | /** |
||
24 | * @dataProvider provider |
||
25 | * |
||
26 | * @param string $entityType |
||
27 | * @param string $expectException |
||
28 | * |
||
29 | * @throws Exception |
||
30 | */ |
||
31 | public function testFinalizeCallIsPossibleForInvoiceOnly($entityType, $expectException) |
||
45 | } |
||
46 |