From 8ed5507a1e956e822c99bd0b0abb0b55a64d2dfa Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Sun, 3 Jan 2010 20:33:39 -0500 Subject: [PATCH] Remove static $verbose settings --- framework/Db/test/Horde/Db/Migration/BaseTest.php | 2 -- framework/Db/test/Horde/Db/Migration/MigratorTest.php | 2 -- 2 files changed, 4 deletions(-) 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() -- 2.11.0