public function tearDown()
 {
     SqlitePDORegistry::removeInstance($this->dbPath);
     unlink($this->dbPath);
 }