Skip to content

Commit

Permalink
MDL-44286 behat: Fixing JS code error
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
David Monllao authored and Damyon Wiese committed Feb 27, 2014
1 parent 0031909 commit 0d5b3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 0d5b3cb

Please sign in to comment.