From 6bed8d49b6ddb2db2d770d66023a450eb4ed32f7 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 1f25c1ab975..db90140d178 100644 --- a/lib/tests/behat/behat_hooks.php +++ b/lib/tests/behat/behat_hooks.php @@ -550,7 +550,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.