public function testConfirmBorderId()
 {
     $instance = new PropertyTableIdReferenceFinder($this->store);
     $this->assertTrue($instance->hasResidualReferenceForId(SQLStore::FIXED_PROPERTY_ID_UPPERBOUND));
 }