Skip to content

Commit 9ad4cd3

Browse files
committed
new moodle-plugin-ci 4.5.5
1 parent d9f22cc commit 9ad4cd3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ocs": ["16.6", "15.11"],
66
"main-db": "mariadb",
77
"moodle-php": {
8-
"MOODLE_405_STABLE": ["8.1", "8.2"]
8+
"MOODLE_405_STABLE": ["8.1", "8.2", "8.3"]
99
},
10-
"moodle-plugin-ci": "4.4.5"
10+
"moodle-plugin-ci": "4.5.5"
1111
}

tests/replacement_test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
final class replacement_test extends \advanced_testcase {
4040

4141
public function setUp(): void {
42+
parent::setUp();
4243
$this->resetAfterTest();
4344
set_config('episodeurl_1', "http://localhost:8080/play/[EPISODEID]\nhttps://stable.opencast.de/play/[EPISODEID]",
4445
'filter_opencast');

0 commit comments

Comments
 (0)