1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Debug test class

This commit is contained in:
Cameron
2019-02-10 15:26:55 -08:00
parent d84c8880bd
commit c9981cda78

View File

@@ -13,6 +13,11 @@
/** @var e107_db_debug */
protected $dbg;
protected function _beforeSuite()
{
define('E107_DBG_BASIC', true);
}
protected function _before()
{
@@ -55,7 +60,7 @@
public function testLog()
{
define('E107_DBG_BASIC', true); // fails , already defined?
// fails , already defined?
$res = $this->dbg->log('hello world');