MDL-37046 behat: Changes from integration review

* RTL languages problem solved
* Fixed curl errno return
* Switch to behat test environment code more readable
This commit is contained in:
David Monllao
2013-01-29 11:56:42 +08:00
parent 096858ed83
commit 475ac3f8ee
4 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ class behat_command {
if (!CLI_SCRIPT) {
$docslink = html_writer::tag('a', $docslink, array('href' => $docslink, 'target' => '_blank'));
}
$msg .= '. ' . get_string('moreinfoin', 'tool_behat') . ' ' . $docslink;
$msg .= '. ' . get_string('moreinfoin', 'tool_behat', $docslink);
notice($msg);
}