1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +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.'); $this->assertEquals($expected, $actual, 'Unable to delete all records.');
} }
/*
public function testDb_SetErrorReporting() public function testDb_SetErrorReporting()
{ {
$this->db->db_SetErrorReporting(false); $this->db->db_SetErrorReporting(false);
// fixme - getErrorReporting. // fixme - getErrorReporting.
} }
/*
public function testMl_check() public function testMl_check()
{ {