public function setup()
 {
     /** @var VolumesSearch volume_search */
     $this->volume_search = new VolumesSearch(Config::API_KEY, Config::guzzleOpts());
     /** @var VolumeLookupManager volume_lookup_manager */
     $this->volume_lookup_manager = new VolumeLookupManager($this->volume_search);
     $this->annotation_mapper_test = new AnnotationMapperTest();
 }
 public function setup()
 {
     /** @var VolumesSearch volume_search */
     $this->volume_search = new VolumesSearch(Config::API_KEY, Config::guzzleOpts());
 }