Skip to content

Commit

Permalink
MDL-37046 behat: Refining composer dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Jan 29, 2013
1 parent 1be4c32 commit fbb5243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/behat/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ private static function check_behat_setup() {
global $CFG;

// Moodle setting.
if (!is_dir($vendor = __DIR__ . '/../../../vendor')) {
if (!is_dir($vendor = __DIR__ . '/../../../vendor/behat')) {

$msg = get_string('wrongbehatsetup', 'tool_behat');

Expand Down

0 comments on commit fbb5243

Please sign in to comment.