mirror of
https://github.com/SREd-URV/moodle-auth_ip.git
synced 2026-05-16 21:41:30 +02:00
#12 - use github actions to pass CI and release plugin version
#12 - fix test API #12 - update minimum required Moodle version #12 - update CHANGES.md
This commit is contained in:
@@ -22,7 +22,7 @@ require_once($CFG->dirroot.'/auth/ip/auth.php');
|
||||
class auth_ip_testcase extends advanced_testcase {
|
||||
protected $authplugin;
|
||||
|
||||
protected function setUp() {
|
||||
protected function setUp() : void {
|
||||
$this->authplugin = new auth_plugin_ip();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user