1 | <?php |
||
5 | class TailCommandTest extends TestCase |
||
|
|||
6 | { |
||
7 | /** @test */ |
||
8 | public function it_will_throw_an_exception_if_the_given_environment_is_not_configured() |
||
16 | |||
17 | /** @test */ |
||
18 | public function the_tail_command_is_correct() |
||
26 | |||
27 | /** @test */ |
||
28 | public function the_tail_command_with_file_is_correct() |
||
37 | |||
38 | /** @test */ |
||
39 | public function the_command_when_grepping_is_correct() |
||
48 | } |
||
49 |