Add reusable workflows

This commit is contained in:
Anupama Dharmajan
2021-12-16 14:12:05 +11:00
parent 690d90f3bc
commit 1f5927c394
27 changed files with 29 additions and 172 deletions

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.
*

View File

@@ -26,8 +26,6 @@
use auth_outage\calendar\calendar;
use auth_outage\local\outage;
defined('MOODLE_INTERNAL') || die();
/**
* calendar_test test class.
*

View File

@@ -26,8 +26,6 @@
use auth_outage\dml\outagedb;
use auth_outage\local\outage;
defined('MOODLE_INTERNAL') || die();
/**
* events_test tests class.
*