File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff line change 66
77defined ('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 ' ;
You can’t perform that action at this time.
0 commit comments