| 1 | <?php |
||
| 8 | class ApplicationTest extends TestCase |
||
| 9 | { |
||
| 10 | /** @test */ |
||
| 11 | public function it_has_environment_getter() |
||
| 15 | |||
| 16 | /** @test */ |
||
| 17 | public function it_confirms_the_running_in_console() |
||
| 23 | |||
| 24 | /** @test */ |
||
| 25 | public function it_confirms_that_is_not_down_for_maintenance() |
||
| 31 | |||
| 32 | /** @test */ |
||
| 33 | public function it_can_abort(): void |
||
| 53 | } |
||
| 54 |