1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-05 13:12:56 +02:00

pdo class

This commit is contained in:
Cameron 2019-02-14 13:50:53 -08:00
parent 0a820075c5
commit cdd164a7c7

View File

@ -684,14 +684,14 @@
$this->assertEquals($expected, $actual, 'Unable to delete all records.');
}
/*
public function testDb_SetErrorReporting()
{
$this->db->db_SetErrorReporting(false);
// fixme - getErrorReporting.
}
/*
public function testMl_check()
{