Total Complexity | 2 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | class JobPosterTest extends TestCase |
||
13 | { |
||
14 | use WithFaker; |
||
15 | |||
16 | /** |
||
17 | * Test that JobPoster->isOpen() behaves properly |
||
18 | * |
||
19 | * @return void |
||
20 | */ |
||
21 | public function testJobPosterIsOpen() |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * Test that JobPoster->timeRemaining() behaves properly |
||
35 | * |
||
36 | * @return void |
||
37 | */ |
||
38 | public function testJobPosterTimeRemaining() |
||
56 |