1 | <?php |
||
17 | class ContainerAwareCommandTest extends \PHPUnit_Framework_TestCase |
||
18 | { |
||
19 | /** |
||
20 | * @test |
||
21 | * @expectedException \LogicException |
||
22 | * @expectedExceptionMessage The container cannot be retrieved |
||
23 | */ |
||
24 | public function getContainerMustRaiseExceptionWhenContainerNotConfigured() |
||
32 | |||
33 | /** |
||
34 | * @test |
||
35 | */ |
||
36 | public function setContainerShouldConfigureContainer() |
||
49 | } |
||
50 |