Skip to content

Commit

Permalink
tests: fixed unlinking temporary sqlite database
Browse files Browse the repository at this point in the history
  • Loading branch information
jasir committed Feb 28, 2013
1 parent 03c8354 commit f8461bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/NoSQLite/Tests/StoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ public static function invalidGetData()
*/
public function tearDown()
{
unset($this->nsl);
unset($this->store);
unlink(self::DB_FILE);
}
}

0 comments on commit f8461bd

Please sign in to comment.