moodle/lib/behat
Eloy Lafuente (stronk7) 2d0c0dbcb6 MDL-77417 behat: behat_error_handler meets deprecation error types
Right now, any E_DEPRECATED, E_USER_DEPRECATED error type leads
to exception in behat runs, because the behat error handled is
not aware of them. See MDL-38041 for the initial implementation.

We don't want that to happen and they must behave like other "low"
error types (notices, warnings...), that will be reported in logs
or output, but won't trigger any exception, so the test can continue.

This commit just adds those 2 "new" error types to the handler,
providing the very same behaviour for them than the rest.
2023-02-27 09:33:08 +01:00
..
axe MDL-75490 lib: Upgrade axe to v4.5.1 2022-11-11 11:02:32 +08:00
classes MDL-76542 behat: add step to go to user edit page directly 2023-02-08 12:22:29 +08:00
extension/Moodle/BehatExtension MDL-76362 various: Avoid passing nulls to functions that don't allow nulls 2023-01-23 09:15:54 +08:00
features/bootstrap
form_field Merge branch 'MDL-75969-master' of https://github.com/andrewnicols/moodle 2022-10-27 15:29:40 +01:00
behat_base.php MDL-67668 behat: Share behat_behat functionality with forms 2020-11-23 09:01:19 +08:00
behat_deprecated_base.php MDL-73669 behat: allow multiple files with deprecated steps 2022-02-04 17:17:08 +01:00
behat_field_manager.php Merge branch 'MDL-75456-master' of https://github.com/lameze/moodle 2022-09-27 11:13:46 +08:00
core_behat_file_helper.php MDL-72593 behat: Improve behat handling of file manager buttons 2021-09-21 15:59:46 +08:00
lib.php MDL-77417 behat: behat_error_handler meets deprecation error types 2023-02-27 09:33:08 +01:00