diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 5193c0e..b904f0c 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -349,13 +349,6 @@ $GLOBALS['dbpool']->create('delete', $CONFIG['db']['core']['masters']['delete']); $GLOBALS['dbpool']->create('schema', $CONFIG['db']['core']['masters']['schema']); -$GLOBALS['dbpool']->get('admin')->connect(); -$GLOBALS['dbpool']->get('select')->connect(); -$GLOBALS['dbpool']->get('insert')->connect(); -$GLOBALS['dbpool']->get('update')->connect(); -$GLOBALS['dbpool']->get('delete')->connect(); -$GLOBALS['dbpool']->get('schema')->connect(); - DataMapperFactory::db($GLOBALS['dbpool']->get()); $GLOBALS['frameworkpath'] = '/phpOMS/';