diff --git a/tests/unit/e_db_mysqlTest.php b/tests/unit/e_db_mysqlTest.php index 667173cf6..16ca2cd44 100644 --- a/tests/unit/e_db_mysqlTest.php +++ b/tests/unit/e_db_mysqlTest.php @@ -503,12 +503,12 @@ { } - +*/ public function testDb_SetErrorReporting() { - + $this->db->db_SetErrorReporting(false); } - +/* public function testGen() { diff --git a/tests/unit/e_db_pdoTest.php b/tests/unit/e_db_pdoTest.php index 24253b304..b6065fea9 100644 --- a/tests/unit/e_db_pdoTest.php +++ b/tests/unit/e_db_pdoTest.php @@ -507,12 +507,13 @@ { } - +*/ public function testDb_SetErrorReporting() { - + $this->db->db_SetErrorReporting(false); + // fixme - getErrorReporting. } - +/* public function testGen() {