We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85562ca commit 7d5aa82Copy full SHA for 7d5aa82
1 file changed
tests/_autoload_modules.php
@@ -26,7 +26,7 @@ function sspmodTestClassAutoloadPSR4($className)
26
return; // the second element is not "test"
27
}
28
if (array_shift($elements) !== 'Module') {
29
- return; // the second element is not "module"
+ return; // the third element is not "module"
30
31
32
// this is a SimpleSAMLphp module test class following PSR-4
0 commit comments