Add reusable workflows

This commit is contained in:
Anupama Dharmajan
2022-01-13 15:38:29 +11:00
parent 690d90f3bc
commit 1f5927c394
27 changed files with 29 additions and 172 deletions
-2
View File
@@ -34,8 +34,6 @@
use auth_outage\dml\outagedb;
use auth_outage\local\outage;
defined('MOODLE_INTERNAL') || die();
/**
* auth_outage_base_testcase class.
*
-2
View File
@@ -26,8 +26,6 @@
use auth_outage\calendar\calendar;
use auth_outage\local\outage;
defined('MOODLE_INTERNAL') || die();
/**
* calendar_test test class.
*
-2
View File
@@ -26,8 +26,6 @@
use auth_outage\dml\outagedb;
use auth_outage\local\outage;
defined('MOODLE_INTERNAL') || die();
/**
* events_test tests class.
*