Inheritance: extends Base
 public function test_filter_shouldUseTheFirstSegment_IfAReportHasMultiple()
 {
     $report = new GetCountry();
     $this->assertCount(2, $report->getDimension()->getSegments());
     $this->assertSegmentForSegmentValueAndReport($report, $segmentValue = 'existing', 'countryCode==existing');
 }