Issue #27 - CLI implemented. Added full test coverage to CLI classes.

This commit is contained in:
Daniel Thee Roperto
2016-09-16 17:26:48 +10:00
parent 2cfda63922
commit f569157368
16 changed files with 1429 additions and 15 deletions

View File

@@ -24,17 +24,14 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
*/
if (!defined('MOODLE_INTERNAL')) {
die('Direct access to this script is forbidden.'); // It must be included from a Moodle page.
}
defined('MOODLE_INTERNAL') || die();
require_once($CFG->libdir . '/authlib.php');
/**
* Class auth_plugin_outage
*/
class auth_plugin_outage extends auth_plugin_base
{
class auth_plugin_outage extends auth_plugin_base {
/**
* Constructor.
*/