Skip to content

Commit 1a90371

Browse files
[auto-generated] Update plugin files
Check out the commits that caused these changes: moodlehq/moodleapp@ed8f298...adb5e17
1 parent 4daa5e3 commit 1a90371

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

tests/behat/behat_app.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,16 @@ public function the_app_has_the_following_config(TableNode $data) {
558558
}
559559
}
560560

561+
/**
562+
* Check whether the moodle site is compatible with the current feature file
563+
* and skip it otherwise. This will be checked looking at tags such as @lms_uptoXXX
564+
*
565+
* @Given the Moodle site is compatible with this feature
566+
*/
567+
public function the_moodle_site_is_compatible_with_this_feature() {
568+
$this->check_tags();
569+
}
570+
561571
/**
562572
* Clicks on / touches something that is visible in the app.
563573
*

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
defined('MOODLE_INTERNAL') || die;
88

9-
$plugin->version = 2022090500;
9+
$plugin->version = 2022090501;
1010
$plugin->requires = 2016052300;
1111
$plugin->maturity = MATURITY_STABLE;
1212
$plugin->release = '4.1.0-dev';

0 commit comments

Comments
 (0)