public function testGetWhereConditionWithPropertyOnTempTable()
 {
     $instance = new ValueMatchConditionBuilder($this->textSanitizer);
     $description = $this->getMockBuilder('\\SMW\\Query\\Language\\ValueDescription')->disableOriginalConstructor()->getMock();
     $this->assertSame('', $instance->getWhereCondition($description));
 }