public function testGetSortIndexField()
 {
     $instance = new ValueMatchConditionBuilder($this->textSanitizer);
     $this->assertEquals('', $instance->getSortIndexField('Foo'));
 }