Remove MOODLE_INTERNAL test as it is killing the behat test runs

This commit is contained in:
David Kwaw
2023-07-15 09:09:35 +01:00
committed by Trisha Milan
parent cf0969c933
commit 3f64f702c4

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');
/**