Remove static $verbose settings
authorChuck Hagenbuch <chuck@horde.org>
Mon, 4 Jan 2010 01:33:39 +0000 (20:33 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 7 Jan 2010 03:19:54 +0000 (22:19 -0500)
framework/Db/test/Horde/Db/Migration/BaseTest.php
framework/Db/test/Horde/Db/Migration/MigratorTest.php

index 5b53163..35dd8ef 100644 (file)
@@ -98,8 +98,6 @@ client:
   updated_at: '2008-01-01 12:20:00'
   updated_on: '2008-01-01'
         */
-
-        Horde_Db_Migration_Base::$verbose = false;
     }
 
     public function testAddIndex()
index cf41312..1c0db09 100644 (file)
@@ -94,8 +94,6 @@ client:
   updated_at: '2008-01-01 12:20:00'
   updated_on: '2008-01-01'
         */
-
-        Horde_Db_Migration_Base::$verbose = false;
     }
 
     public function testMigrator()