MDL-46210 langimport: behat tests

Behat tests for lang import. To run these tests you must define the
TOOL_LANGIMPORT_REMOTE_TESTS constant - because they rely on the
download.moodle.org infrastructure.
This commit is contained in:
Dan Poltawski 2014-09-28 15:43:50 +01:00
parent ed914e31c5
commit 49bee6dc67
3 changed files with 141 additions and 1 deletions

View file

@ -25,6 +25,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2014092800; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2014092801; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2014050800; // Requires this Moodle version
$plugin->component = 'tool_langimport'; // Full name of the plugin (used for diagnostics)