From e756c0271b3b670754ddc9339bb0597d783ddacb Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 11 Jul 2022 11:03:32 +0200 Subject: [PATCH] Fix typo --- tests/src/SimpleSAML/LoggerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/SimpleSAML/LoggerTest.php b/tests/src/SimpleSAML/LoggerTest.php index b0c6557a9..7d3b72a5c 100644 --- a/tests/src/SimpleSAML/LoggerTest.php +++ b/tests/src/SimpleSAML/LoggerTest.php @@ -29,7 +29,7 @@ class LoggerTest extends TestCase 'logging.level' => Logger::DEBUG ]; - // testing static methodss is slightly painful + // testing static methods is slightly painful Configuration::loadFromArray($config, '[ARRAY]', 'simplesaml'); Logger::setLoggingHandler(null); } -- GitLab