moodle/lib/behat
Eloy Lafuente (stronk7) c0d8831ae7 MDL-45699 behat: Don't use behat/lib.php functions in core.
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')) { ...
2014-12-23 12:29:44 +01:00
..
classes Merge branch 'mdl48517' of https://github.com/tlevi/moodle 2014-12-09 15:15:51 +13:00
features/bootstrap MDL-37046 behat: Use behat test env 2013-01-29 08:40:38 +08:00
form_field MDL-44725 Add Behat support for setting grouping condition (14) 2014-09-02 13:03:35 +01:00
behat_base.php MDL-43883 Behat: Fix deprecation and move custom matches to the editor field only. 2014-03-27 12:36:37 +08:00
behat_field_manager.php MDL-44725 Add Behat support for setting grouping condition (14) 2014-09-02 13:03:35 +01:00
behat_files.php MDL-42025 assignfeedback_editpdf: add behat tests 2014-03-18 17:14:31 +08:00
lib.php MDL-45699 behat: Don't use behat/lib.php functions in core. 2014-12-23 12:29:44 +01:00