Skip to content

Commit 87a5ef0

Browse files
committed
fix upper case self
1 parent 31d230d commit 87a5ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/auth_plugin_test.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ public function test_user_logout_userkey_when_user_is_not_logged_in() {
10491049

10501050
$this->expectException(moodle_exception::class);
10511051
$this->expectExceptionMessage(
1052-
sprintf("Unsupported redirect to %s detected, execution terminated.", SELF::REDIRECTION_PATH)
1052+
sprintf("Unsupported redirect to %s detected, execution terminated.", self::REDIRECTION_PATH)
10531053
);
10541054

10551055
$this->auth->user_logout_userkey();

0 commit comments

Comments
 (0)