mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
![]() Behat form fields are implemented in a way completely isolated from the rest of the Behat Context system. Whereas regular step definitions have access to execute steps, to call `find`, check for JS running, and other related functionality, the Moodle implementation of a field type does not have any access to this. By moving the core functionality of behat_base to a new trait, and the constants to a new interface, the functionality can also be used in behat form fields in the same way as elsewhere. |
||
---|---|---|
.. | ||
behat_command.php | ||
behat_config_manager.php | ||
behat_config_util.php | ||
behat_context_helper.php | ||
behat_core_generator.php | ||
behat_generator_base.php | ||
behat_selectors.php | ||
behat_session_interface.php | ||
behat_session_trait.php | ||
component_named_replacement.php | ||
component_named_selector.php | ||
exact_named_selector.php | ||
named_selector.php | ||
partial_named_selector.php | ||
util.php |