mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
0d5b3cb59b
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.
14 lines
296 B
JSON
14 lines
296 B
JSON
{
|
|
"repositories" : [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/moodlehq/moodle-behat-extension"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*",
|
|
"phpunit/dbUnit": "1.2.*",
|
|
"moodlehq/behat-extension": "1.27.6"
|
|
}
|
|
}
|