From 87a5ef01104bb4487e238caf1d91a164aa541cc0 Mon Sep 17 00:00:00 2001 From: Gurvan Giboire Date: Wed, 6 Dec 2023 08:07:24 -0500 Subject: [PATCH] fix upper case self --- tests/auth_plugin_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auth_plugin_test.php b/tests/auth_plugin_test.php index d3c5eeb..d295794 100644 --- a/tests/auth_plugin_test.php +++ b/tests/auth_plugin_test.php @@ -1049,7 +1049,7 @@ class auth_plugin_test extends advanced_testcase { $this->expectException(moodle_exception::class); $this->expectExceptionMessage( - sprintf("Unsupported redirect to %s detected, execution terminated.", SELF::REDIRECTION_PATH) + sprintf("Unsupported redirect to %s detected, execution terminated.", self::REDIRECTION_PATH) ); $this->auth->user_logout_userkey();