From 7cc8fef477804d36f33a0a244547e4e433ab777b Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 9 Feb 2019 13:08:32 -0800 Subject: [PATCH] More testing in db --- tests/unit/e_db_mysqlTest.php | 6 +++--- tests/unit/e_db_pdoTest.php | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) 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() {