. /** * Unitest caps. * * @package tool * @subpackage unittest * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $capabilities = array( // Note: do not add managers here, unittests are dangerous and not intended for production sites!!! 'tool/unittest:execute' => array( 'riskbitmask' => RISK_DATALOSS, 'captype' => 'write', // it writes into database, really! 'contextlevel' => CONTEXT_SYSTEM, 'archetypes' => array( ) ) );