mirror of
https://github.com/moodle/moodle.git
synced 2025-03-21 08:00:37 +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')) { ...