Remove MOODLE_INTERNAL test as it is killing the behat test runs

This commit is contained in:
David Kwaw
2023-08-03 15:43:09 +10:00
committed by Trisha Milan
parent cf0969c933
commit 3f64f702c4
-1
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');
/**