Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Behat steps definitions for Language import tool

Copyright: 2014 Dan Poltawski <dan@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 81 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 lib/behat/behat_base.php

Defines 1 class

behat_tool_langimport:: (2 methods):
  remote_langimport_tests_are_enabled()
  outdated_langpack_is_installed()


Class: behat_tool_langimport  - X-Ref

Steps definitions related with the Language import tool

remote_langimport_tests_are_enabled()   X-Ref
This step looks to see if the remote language import tests should be run (indicated by
setting TOOL_LANGIMPORT_REMOTE_TESTS in config.php.


outdated_langpack_is_installed($langcode)   X-Ref
Downloads a langpack and fakes it being outdated

param: string $langcode The language code (e.g. en)