1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00
This commit is contained in:
Cameron
2018-02-17 16:29:18 -08:00

View File

@@ -18,8 +18,6 @@ class Unit extends E107Base
$_E107['phpunit'] = true;
#$_E107['debug'] = true;
$db = $this->getModule('\Helper\DelayedDb');
$db->_loadDump();
codecept_debug("Loading ".APP_PATH."/class2.php…");
require_once(APP_PATH."/class2.php");
}