mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Update unit tests for latest codeception
This commit is contained in:
parent
0db02281c9
commit
f46b41f437
12 changed files with 331 additions and 295 deletions
|
|
@ -1196,6 +1196,16 @@ class DB
|
|||
return $this->_total_time;
|
||||
}
|
||||
|
||||
/**
|
||||
* Enable or disable debug comments.
|
||||
*
|
||||
* @param bool $enabled
|
||||
*/
|
||||
public function setDebugComment(bool $enabled)
|
||||
{
|
||||
$this->_debug_comment = $enabled;
|
||||
}
|
||||
|
||||
/**
|
||||
* ========================== DEPRECATED METHODS ==========================
|
||||
* ==================== KEPT FOR COMPATIBILITY WITH XE ====================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue