Skip to content

Commit

Permalink
moodlehq#128 - debugging oracle credentials into databse class
Browse files Browse the repository at this point in the history
  • Loading branch information
jpahullo committed Aug 11, 2021
1 parent 053ffd4 commit 75050ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridge/MoodleConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function createContents(AbstractDatabase $database, $dataDir)
'{{BEHATWDHOST}}' => getenv('MOODLE_BEHAT_WDHOST') ?: 'http://localhost:4444/wd/hub',
'{{EXTRACONFIG}}' => self::PLACEHOLDER,
];

var_dump($database, $variables);
return str_replace(array_keys($variables), array_values($variables), $template);
}

Expand Down

0 comments on commit 75050ac

Please sign in to comment.