We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31285c8 commit 255fab4Copy full SHA for 255fab4
src/Context/FeatureContext.php
@@ -702,10 +702,9 @@ public function beforeScenario( BeforeScenarioScope $scope ): void {
702
self::get_behat_internal_variables()
703
);
704
705
- $mysql_binary = Utils\get_mysql_binary_path();
706
$sql_dump_command = Utils\get_sql_dump_command();
707
708
- $this->variables['MYSQL_BINARY'] = $mysql_binary;
+ $this->variables['MYSQL_BINARY'] = self::$mysql_binary;
709
$this->variables['SQL_DUMP_COMMAND'] = $sql_dump_command;
710
711
// Used in the names of the RUN_DIR and SUITE_CACHE_DIR directories.
0 commit comments