From 6cbe128a3b41e9df4ed7038b751bbacd302c66ae Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Thu, 26 Aug 2021 15:13:05 +0000 Subject: [PATCH] Rename class to match filename, avoids deprecation warnings --- .../saml/lib/Auth/Source/{Auth_Source_SP_Test.php => SPTest.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/modules/saml/lib/Auth/Source/{Auth_Source_SP_Test.php => SPTest.php} (100%) diff --git a/tests/modules/saml/lib/Auth/Source/Auth_Source_SP_Test.php b/tests/modules/saml/lib/Auth/Source/SPTest.php similarity index 100% rename from tests/modules/saml/lib/Auth/Source/Auth_Source_SP_Test.php rename to tests/modules/saml/lib/Auth/Source/SPTest.php -- GitLab