public function testIsIncludePathSegmentsReturnsValueOfProperty()
 {
     $this->assertAttributeSame($this->operationContext->isIncludePathSegments(), 'includePathSegments', $this->operationContext);
 }