protected function setUp()
 {
     parent::setUp();
     if (!defined('WB_VERSION')) {
         $this->markTestSkipped("Skipping because a local wb_terms table" . " is not available on a WikibaseClient only instance.");
     }
     $this->tablesUsed[] = 'wb_terms';
 }
 protected function setUp()
 {
     parent::setUp();
     $this->tablesUsed[] = 'wb_terms';
 }