(no description)
File Size: | 75 lines (3 kb) |
Included or required: | 6 times |
Referenced: | 0 times |
Includes or requires: | 1 file lib/behat/behat_base.php |
behat_deprecated_base:: (1 method):
deprecated_message()
Class: behat_deprecated_base - X-Ref
Base class for steps definitions classes that contain deprecated steps.deprecated_message($alternatives, bool $throwexception = false) X-Ref |
Throws an exception if $CFG->behat_usedeprecated is not allowed. param: string|array $alternatives Alternative/s to the requested step param: bool $throwexception If set to true we always throw exception, irrespective of behat_usedeprecated setting. return: void |