public function setUp()
 {
     parent::setUp();
     $this->api = new PlanetaryColonyUpdater($this->entityManager);
     $this->pheal = new Pheal(123, 'dummyvcode');
 }
 public function setUp()
 {
     parent::setUp();
     $this->api = new EveRefTypesUpdater($this->entityManager);
     $this->pheal = new Pheal(null, null);
 }
 public function setUp()
 {
     parent::setUp();
     $this->api = new BlueprintUpdater($this->entityManager);
     $this->pheal = new Pheal(123, 'dummyvcode');
 }
 public function setUp()
 {
     parent::setUp();
     $this->pheal = new Pheal(123, 'dummyvcode');
 }
 public function setUp()
 {
     parent::setUp();
     $this->repository = $this->entityManager->getRepository('TariochEveapiFetcherBundle:ApiCall');
 }
 public function setUp()
 {
     parent::setUp();
     $this->api = new CustomsOfficeUpdater($this->entityManager);
     $this->pheal = new Pheal(123, 'dummyvcode');
 }
 public function setUp()
 {
     parent::setUp();
     $this->api = new SkillInTrainingUpdater($this->entityManager);
     $this->pheal = new Pheal(123, 'dummyvcode');
 }