1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

More testing in db

This commit is contained in:
Cameron
2019-02-09 13:08:32 -08:00
parent 5db55c437a
commit 7cc8fef477
2 changed files with 7 additions and 6 deletions

View File

@@ -503,12 +503,12 @@
{ {
} }
*/
public function testDb_SetErrorReporting() public function testDb_SetErrorReporting()
{ {
$this->db->db_SetErrorReporting(false);
} }
/*
public function testGen() public function testGen()
{ {

View File

@@ -507,12 +507,13 @@
{ {
} }
*/
public function testDb_SetErrorReporting() public function testDb_SetErrorReporting()
{ {
$this->db->db_SetErrorReporting(false);
// fixme - getErrorReporting.
} }
/*
public function testGen() public function testGen()
{ {