public function testService()
 {
     $this->_overrideService('Console\\Form\\AddToGroup', $this->_addToGroupForm);
     parent::testService();
 }
 public function testService()
 {
     $this->_overrideService('Model\\Client\\DuplicatesManager', $this->_duplicates);
     $this->_overrideService('Console\\Form\\ShowDuplicates', $this->_showDuplicates, 'FormElementManager');
     parent::testService();
 }
 public function testService()
 {
     $this->_overrideService('Console\\Form\\Account\\Add', $this->_formAccountAdd, 'FormElementManager');
     $this->_overrideService('Console\\Form\\Account\\Edit', $this->_formAccountEdit, 'FormElementManager');
     parent::testService();
 }
 /** {@inheritdoc} */
 public function testService()
 {
     $this->_overrideService('Console\\Form\\Package\\Build', $this->_buildForm);
     $this->_overrideService('Console\\Form\\Package\\Update', $this->_updateForm);
     parent::testService();
 }
 public function testService()
 {
     $this->_overrideService('Model\\Client\\ClientManager', $this->_clientManager);
     $this->_overrideService('Model\\Config', $this->_config);
     parent::testService();
 }
 public function testService()
 {
     $this->_overrideService('Console\\Form\\NetworkDevice', $this->_deviceForm);
     parent::testService();
 }