fix: match directadmin vacation controls
This commit is contained in:
@@ -49,7 +49,7 @@ test('backend mode derives schedule mode', function (): void {
|
||||
test_write($path, "GLOBAL_AUTORESPONDER_BACKEND=da\n");
|
||||
$settings = Settings::load($path);
|
||||
assert_same('da', $settings->backendMode());
|
||||
assert_same('directadmin_period', $settings->scheduleMode());
|
||||
assert_same('exact_hour', $settings->scheduleMode());
|
||||
|
||||
test_write($path, "GLOBAL_AUTORESPONDER_BACKEND=exim\n");
|
||||
$settings = Settings::load($path);
|
||||
|
||||
Reference in New Issue
Block a user