| Total Complexity | 3 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 12 | class GetCounterpartiesTest extends TestCase |
||
| 13 | { |
||
| 14 | use UsesConnectionTrait; |
||
| 15 | |||
| 16 | |||
| 17 | /** |
||
| 18 | * Counterparty Ref |
||
| 19 | */ |
||
| 20 | private const COUNTERPARTY_REF = '98d078a0-e096-11e6-8ba8-005056881c6b'; |
||
| 21 | |||
| 22 | private Counterparty $model; |
||
| 23 | |||
| 24 | protected function setUp(): void |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return void |
||
| 32 | * @throws Exception |
||
| 33 | */ |
||
| 34 | public function testCounterpartyPrivatePersonCrud(): void |
||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @param array $counterparty |
||
| 43 | * @return void |
||
| 44 | */ |
||
| 45 | private function assertIsCounterparty(array $counterparty): void |
||
| 56 |