mirror of
https://github.com/moodle/moodle.git
synced 2025-03-20 23:51:15 +01:00
behat/lib.php script should not be usually included, neither any of its functions used within mooodle code at all. It's for exclusive use of behat and moodle setup.php. For places requiring a different/special behavior needing to check if are being run as part of behat tests, use: if (defined('BEHAT_SITE_RUNNING')) { ...