Commit ae6abf90 by pupi1985

Fix tests after making qa-base.php access the database

parent 55a7a513
<?php
// currently, all Q2A code depends on qa-base
global $qa_options_cache;
// Needed in order to avoid accessing the database while including the qa-base.php file
$qa_options_cache['enabled_plugins'] = '';
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