Commit c8e3ee70 by Scott

Prevent DB connection in unit tests

parent bc2b20a1
......@@ -6,4 +6,5 @@ global $qa_options_cache;
// Needed in order to avoid accessing the database while including the qa-base.php file
$qa_options_cache['enabled_plugins'] = '';
$qa_autoconnect = false;
require_once __DIR__.'/../qa-include/qa-base.php';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment