From 0d5b3cb59b5e496fa55971aa3de39d8e13c65fd9 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Thu, 27 Feb 2014 11:47:06 +0800 Subject: [PATCH] MDL-44286 behat: Fixing JS code error PhantomJS console shows a JS error regarding an undefined Syn var; as explained by Andrew Nicols this is caused by Syn supported features checker, the change in moodle-behat-extension solves this problem. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b837e7f2ecb..93ea27f026a 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.4" + "moodlehq/behat-extension": "1.27.6" } } -- 2.43.0