/**
  * Initializes the service instance to test.
  *
  * @return null
  */
 public function setUp()
 {
     parent::setUp();
     $this->service = new DeploymentService($this->getMockInitialContext());
 }
 /**
  * Initializes the service instance to test.
  *
  * @return void
  */
 public function setUp()
 {
     parent::setUp();
     $this->service = new ContainerService($this->getMockInitialContext());
 }