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 e0121a2 commit 30ff1afCopy full SHA for 30ff1af
test/functional/LoginShellSetTest.php
@@ -39,7 +39,7 @@ public function testSetLoginShellCustom(string $shell): void
39
// FIXME shell is not validated
40
post(
41
__DIR__ . "/../../webroot/panel/account.php",
42
- ["form_type" => "loginshell", "shellSelect" => "custom", "shell" => $shell]
+ ["form_type" => "loginshell", "shellSelect" => "Custom", "shell" => $shell]
43
);
44
$this->assertEquals($shell, $USER->getLoginShell());
45
}
0 commit comments