From: Chuck Hagenbuch Date: Mon, 4 Jan 2010 01:33:39 +0000 (-0500) Subject: Remove static $verbose settings X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8ed5507a1e956e822c99bd0b0abb0b55a64d2dfa;p=horde.git Remove static $verbose settings --- diff --git a/framework/Db/test/Horde/Db/Migration/BaseTest.php b/framework/Db/test/Horde/Db/Migration/BaseTest.php index 5b5316344..35dd8ef30 100644 --- a/framework/Db/test/Horde/Db/Migration/BaseTest.php +++ b/framework/Db/test/Horde/Db/Migration/BaseTest.php @@ -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() diff --git a/framework/Db/test/Horde/Db/Migration/MigratorTest.php b/framework/Db/test/Horde/Db/Migration/MigratorTest.php index cf413123a..1c0db09e6 100644 --- a/framework/Db/test/Horde/Db/Migration/MigratorTest.php +++ b/framework/Db/test/Horde/Db/Migration/MigratorTest.php @@ -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()