1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +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()
{
$this->db->db_SetErrorReporting(false);
}
/*
public function testGen()
{

View File

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