Skip to content

Commit

Permalink
Migrator needs to be cleared if running from AllTests
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz authored and mrubinsk committed Nov 14, 2013
1 parent 32649d4 commit dd4c899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public static function tearDownAfterClass()
self::$prefs = null;
if (self::$migrator) {
self::$migrator->down();
self::$migrator = null;
}
if (self::$db) {
self::$db->disconnect();
Expand Down

0 comments on commit dd4c899

Please sign in to comment.