Merge pull request #273 from catalyst/MOODLE_39_STABLE-reusing-workflows

Add reusable workflows
This commit is contained in:
Brendan Heywood
2022-01-13 16:42:12 +11:00
committed by GitHub
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.
*