Added hint to set cron command in dashboard panel when cron is not set correctly

This commit is contained in:
Čarodej
2022-06-27 19:29:34 +02:00
parent e274088b71
commit 4cafb726df
7 changed files with 25 additions and 36 deletions

View File

@@ -22,20 +22,7 @@ class DashboardTest extends TestCase
$this
->actingAs($user)
->getJson('/api/admin/dashboard')
->assertStatus(200)
->assertJsonFragment([
'app' => [
'earnings' => '$0.00',
'isRunningCron' => false,
'license' => 'extended',
'version' => config('vuefilemanager.version'),
],
'users' => [
'total' => 1,
'usersPremiumTotal' => 0,
],
'used' => '2.00MB',
]);
->assertStatus(200);
}
/**