Skip to content

Commit

Permalink
Support Moodle 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Nguyen committed Nov 15, 2024
1 parent 320cb3a commit 986d79f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions tests/behat/coursesize.feature
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ Feature: Course size report calculates correct information
And the following config values are set as admin:
| config | value | plugin |
| calcmethod | live | report_coursesize |
And I log in as "teacher1"
And I am on "Course 1" course homepage
And I turn editing mode on
And I add a "File" to section "1"
And I set the following fields to these values:
| Name | Myfile |
And I upload "report/coursesize/tests/fixtures/COPYING.txt" file to "Select files" filemanager
And I press "Save and return to course"
And I log out
And the following "activity" exists:
| activity | file |
| course | C1 |
| name | Myfile |
| file | report/coursesize/tests/fixtures/COPYING.txt |

@javascript
Scenario: Check coursesize report for course 1
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
$plugin->component = 'report_coursesize';
$plugin->release = 2022121900;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [39, 401];
$plugin->supported = [39, 405];

0 comments on commit 986d79f

Please sign in to comment.