Add reusable workflows

This commit is contained in:
Anupama Dharmajan
2021-12-16 14:16:58 +11:00
parent c4fc4b4396
commit 5f9788a6fe
27 changed files with 31 additions and 174 deletions

View File

@@ -33,8 +33,6 @@
use auth_outage\dml\outagedb;
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.
*