From 9920d28b0a17d6cf361554822a18fe0b2d9df1f2 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Thu, 9 Jan 2014 12:08:21 +0800 Subject: [PATCH] MDL-43330 behat: Using the tag that includes the exception namespace --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7abb2d214af..4a24f707978 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.2" + "moodlehq/behat-extension": "1.27.3" } }