Remove unnecessary @todos
authorChuck Hagenbuch <chuck@horde.org>
Mon, 24 Jan 2011 01:03:00 +0000 (20:03 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 24 Jan 2011 01:03:00 +0000 (20:03 -0500)
framework/Db/test/Horde/Db/Adapter/MysqlTest.php
framework/Db/test/Horde/Db/Adapter/MysqliTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php

index dff3344..d2e2715 100644 (file)
@@ -24,7 +24,6 @@
  */
 class Horde_Db_Adapter_MysqlTest extends PHPUnit_Framework_TestCase
 {
-    // @todo - add logger instance
     protected function setUp()
     {
         list($this->_conn, $this->_cache) = Horde_Db_AllTests::$connFactory->getConnection();
index 3cba91e..f01b124 100644 (file)
@@ -24,7 +24,6 @@
  */
 class Horde_Db_Adapter_MysqliTest extends PHPUnit_Framework_TestCase
 {
-    // @todo - add logger instance
     protected function setUp()
     {
         list($this->_conn, $this->_cache) = Horde_Db_AllTests::$connFactory->getConnection();
index 6c4aaca..c9b0408 100644 (file)
@@ -24,7 +24,6 @@
  */
 class Horde_Db_Adapter_Pdo_MysqlTest extends PHPUnit_Framework_TestCase
 {
-    // @todo - add logger instance
     protected function setUp()
     {
         list($this->_conn, $this->_cache) = Horde_Db_AllTests::$connFactory->getConnection();
index 9da1619..b96b684 100644 (file)
@@ -24,7 +24,6 @@
  */
 class Horde_Db_Adapter_Pdo_PgsqlTest extends PHPUnit_Framework_TestCase
 {
-    // @todo - add logger instance
     protected function setUp()
     {
         list($this->_conn, $this->_cache) = Horde_Db_AllTests::$connFactory->getConnection();
index 023fb46..5e64bca 100644 (file)
@@ -24,7 +24,6 @@
  */
 class Horde_Db_Adapter_Pdo_SqliteTest extends PHPUnit_Framework_TestCase
 {
-    // @todo - add logger instance
     protected function setUp()
     {
         list($this->_conn, $this->_cache) = Horde_Db_AllTests::$connFactory->getConnection();