We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc05b95 commit 507fc9eCopy full SHA for 507fc9e
test/functional/LoginShellSetTest.php
@@ -48,7 +48,7 @@ public function testSetLoginShellSelect(string $shell): void
48
global $USER;
49
// FIXME add check to avoid warning from ldap_modify
50
if (!mb_check_encoding($shell, 'ASCII')) {
51
- $this->expectException("Exception");
+ $this->expectException(RuntimeException::class);
52
}
53
// FIXME shell is not validated
54
post(
0 commit comments