We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b9ac0 commit b356554Copy full SHA for b356554
tests/src/SimpleSAML/ConfigurationTest.php
@@ -974,7 +974,7 @@ public function testGetEndpoints(): void
974
975
// define a set of exception messages to expect
976
$msgs = [
977
- 'Expected array or string.',
+ 'The configuration is invalid: Expected an array. Got: integer',
978
'Expected a string or an array.',
979
'Missing Location.',
980
'Location must be a string.',
0 commit comments