mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
pdo class
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user