Merge pull request #324 from cybernotic/MOODLE_39_STABLE

Comment out line 33 as this is killing behat test runs
This commit is contained in:
Brendan Heywood
2023-08-03 15:52:38 +10:00
committed by GitHub

View File

@@ -30,7 +30,6 @@ use auth_outage\local\outage;
use Behat\Gherkin\Node\TableNode;
use Behat\Mink\Exception\ExpectationException;
defined('MOODLE_INTERNAL') || die();
require_once(__DIR__.'/../../../../lib/behat/behat_base.php');
/**