protected function setUp()
 {
     parent::setUp();
     $this->createKernel();
     $this->bootKernel();
     $this->application = new Application(self::$kernel);
     $this->application->add(new SchedulerCommand());
     $this->queue = $this->container->get('syrup.queue_factory')->get(KeboolaOrchestratorBundle::SYRUP_COMPONENT_NAME);
 }
 protected function setUp()
 {
     parent::setUp();
     $this->createKernel();
     $this->bootKernel();
     $this->syrupJobMapper = $this->container->get('syrup.elasticsearch.current_component_job_mapper');
     //->get(KeboolaOrchestratorBundle::SYRUP_COMPONENT_NAME);
     $this->objectEncryptor = $this->container->get('syrup.object_encryptor');
 }
 protected function setUp()
 {
     parent::setUp();
     $this->createKernel();
     $this->bootKernel();
     $this->application = new Application(self::$kernel);
     $this->application->add(new JobCommand());
     $this->syrupJobMapper = $this->container->get('syrup.elasticsearch.current_component_job_mapper');
     //->get(KeboolaOrchestratorBundle::SYRUP_COMPONENT_NAME);
 }