This commit is contained in:
Saeed Vaziry
2025-06-04 19:04:02 +02:00
parent 35894003f5
commit f8f8d57fe2
31 changed files with 165 additions and 171 deletions

View File

@ -143,7 +143,7 @@ public function test_cannot_create_cronjob_for_user_on_another_server(): void
]);
}
public function test_create_custom_cronjob()
public function test_create_custom_cronjob(): void
{
SSH::fake();
@ -169,7 +169,7 @@ public function test_create_custom_cronjob()
SSH::assertExecutedContains('sudo -u vito crontab -l');
}
public function test_enable_cronjob()
public function test_enable_cronjob(): void
{
SSH::fake();