Total Complexity | 2 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class ProposalServiceTest extends ServiceTest |
||
10 | { |
||
11 | /** |
||
12 | * @var ProposalService |
||
13 | */ |
||
14 | private $service; |
||
15 | |||
16 | /** |
||
17 | * Setup the service. |
||
18 | */ |
||
19 | protected function setUp() |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @test |
||
27 | * |
||
28 | * @throws \Exception |
||
29 | */ |
||
30 | public function create_WithData_ValidPayload() |
||
47 |