Skip to content

Commit

Permalink
Fix a Behat problem where the wrong Behat class was extended
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Dec 28, 2024
1 parent 63fcfc8 commit b716919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/behat/behat_tool_langpackdropper.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* @copyright 2022 Alexander Bias, lern.link GmbH <alexander.bias@lernlink.de>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class behat_tool_langpackdropper extends behat_forms {
class behat_tool_langpackdropper extends behat_base {
// @codingStandardsIgnoreStart
/**
* Sets a language pack URL setting.
Expand Down

0 comments on commit b716919

Please sign in to comment.