mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 15:32:35 +00:00
#591 - tests
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user