From 7d5aa82f98379aa5f5acb0fab1c871d19b3605e0 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Thu, 18 Apr 2019 08:55:46 +0200
Subject: [PATCH] Typo

---
 tests/_autoload_modules.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/_autoload_modules.php b/tests/_autoload_modules.php
index cbe6c9fc0..4819d743a 100644
--- a/tests/_autoload_modules.php
+++ b/tests/_autoload_modules.php
@@ -26,7 +26,7 @@ function sspmodTestClassAutoloadPSR4($className)
         return; // the second element is not "test"
     }
     if (array_shift($elements) !== 'Module') {
-        return; // the second element is not "module"
+        return; // the third element is not "module"
     }
 
     // this is a SimpleSAMLphp module test class following PSR-4
-- 
GitLab