web/lib/Zend/Test/PHPUnit/Db/DataSet/DbTableDataSet.php
changeset 1230 68c69c656a2c
parent 807 877f952ae2bd
--- a/web/lib/Zend/Test/PHPUnit/Db/DataSet/DbTableDataSet.php	Thu May 07 15:10:09 2015 +0200
+++ b/web/lib/Zend/Test/PHPUnit/Db/DataSet/DbTableDataSet.php	Thu May 07 15:16:02 2015 +0200
@@ -15,15 +15,11 @@
  * @category   Zend
  * @package    Zend_Test
  * @subpackage PHPUnit
- * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
- * @version    $Id: DbTableDataSet.php 24593 2012-01-05 20:35:02Z matthew $
+ * @version    $Id$
  */
 
-require_once "PHPUnit/Extensions/Database/DataSet/QueryDataSet.php";
-
-require_once "PHPUnit/Extensions/Database/DB/IDatabaseConnection.php";
-
 /**
  * @see Zend_Test_PHPUnit_Db_DataSet_DbTable
  */
@@ -36,7 +32,7 @@
  * @category   Zend
  * @package    Zend_Test
  * @subpackage PHPUnit
- * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  */
 class Zend_Test_PHPUnit_Db_DataSet_DbTableDataSet extends PHPUnit_Extensions_Database_DataSet_AbstractDataSet
@@ -52,7 +48,6 @@
      * By default a select * will be done on the given tablename.
      *
      * @param Zend_Db_Table_Abstract $table
-     * @param string|Zend_Db_Select $query
      * @param string $where
      * @param string $order
      * @param string $count
@@ -100,4 +95,4 @@
     {
         return array_keys($this->tables);
     }
-}
\ No newline at end of file
+}