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

@ -13,7 +13,7 @@ class CronjobTest extends TestCase
{
use RefreshDatabase;
public function test_see_cronjobs_list()
public function test_see_cronjobs_list(): void
{
Sanctum::actingAs($this->user, ['read', 'write']);
@ -33,7 +33,7 @@ public function test_see_cronjobs_list()
]);
}
public function test_create_cronjob()
public function test_create_cronjob(): void
{
SSH::fake();
@ -56,7 +56,7 @@ public function test_create_cronjob()
]);
}
public function test_delete_cronjob()
public function test_delete_cronjob(): void
{
SSH::fake();