1 | <?php |
||
12 | class LoadConfigurationsTest extends TestCase |
||
13 | { |
||
14 | /** @test */ |
||
15 | public function it_reads_configuration_files() |
||
24 | |||
25 | /** @test */ |
||
26 | public function it_reads_commands() |
||
45 | |||
46 | /** @test */ |
||
47 | public function it_allows_hidden_commands() |
||
51 | |||
52 | /** @test */ |
||
53 | public function it_allows_remove_commands() |
||
57 | } |
||
58 |