diff --git a/tests/_support/Helper/Unit.php b/tests/_support/Helper/Unit.php index aecd2f5b2..ce4e73f5f 100644 --- a/tests/_support/Helper/Unit.php +++ b/tests/_support/Helper/Unit.php @@ -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"); }