コード例 #1
0
 public function setUp()
 {
     parent::setUp();
     $this->api = new PlanetaryColonyUpdater($this->entityManager);
     $this->pheal = new Pheal(123, 'dummyvcode');
 }
コード例 #2
0
 public function setUp()
 {
     parent::setUp();
     $this->api = new EveRefTypesUpdater($this->entityManager);
     $this->pheal = new Pheal(null, null);
 }
コード例 #3
0
 public function setUp()
 {
     parent::setUp();
     $this->api = new BlueprintUpdater($this->entityManager);
     $this->pheal = new Pheal(123, 'dummyvcode');
 }
コード例 #4
0
 public function setUp()
 {
     parent::setUp();
     $this->pheal = new Pheal(123, 'dummyvcode');
 }
コード例 #5
0
 public function setUp()
 {
     parent::setUp();
     $this->repository = $this->entityManager->getRepository('TariochEveapiFetcherBundle:ApiCall');
 }
コード例 #6
0
 public function setUp()
 {
     parent::setUp();
     $this->api = new CustomsOfficeUpdater($this->entityManager);
     $this->pheal = new Pheal(123, 'dummyvcode');
 }
コード例 #7
0
 public function setUp()
 {
     parent::setUp();
     $this->api = new SkillInTrainingUpdater($this->entityManager);
     $this->pheal = new Pheal(123, 'dummyvcode');
 }