From 1b372a77a5733093c4c8896981bc2b39083c7bd5 Mon Sep 17 00:00:00 2001 From: acorbier Date: Tue, 11 Oct 2016 12:19:22 +0200 Subject: [PATCH] MDL-56369 behat: Updated comment for i_look_for_exceptions After upgrade to Behat 3.x, i_look_for_exception is called from Moodle\BehatExtension\EventDispatcher\Tester\ChainedStepTester --- lib/tests/behat/behat_hooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests/behat/behat_hooks.php b/lib/tests/behat/behat_hooks.php index 7af32b879e3..f7bd8fcc9e3 100644 --- a/lib/tests/behat/behat_hooks.php +++ b/lib/tests/behat/behat_hooks.php @@ -594,7 +594,7 @@ class behat_hooks extends behat_base { * * @Given /^I look for exceptions$/ * @throw Exception Unknown type, depending on what we caught in the hook or basic \Exception. - * @see Moodle\BehatExtension\Tester\MoodleStepTester + * @see Moodle\BehatExtension\EventDispatcher\Tester\ChainedStepTester */ public function i_look_for_exceptions() { // If the step already failed in a hook throw the exception.