| Total Complexity | 2 |
| Total Lines | 46 |
| 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() |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Test that JobPoster->timeRemaining() behaves properly |
||
| 39 | * |
||
| 40 | * @return void |
||
| 41 | */ |
||
| 42 | public function testJobPosterTimeRemaining() |
||
| 60 |