From: David Monllao Date: Tue, 17 Dec 2013 10:21:18 +0000 (+0800) Subject: MDL-43423 behat: Running hooks before and after each step of a chained step X-Git-Tag: v2.7.0-beta~772^2 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=96ed7ca4dd9aaf8d1440d9ae6c4be216bc8e1de2 MDL-43423 behat: Running hooks before and after each step of a chained step --- diff --git a/composer.json b/composer.json index 6e1007d98c6..7abb2d214af 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,6 @@ "require-dev": { "phpunit/phpunit": "3.7.*", "phpunit/dbUnit": "1.2.*", - "moodlehq/behat-extension": "1.27.1" + "moodlehq/behat-extension": "1.27.2" } }