changes to sms packages and option to create user
This commit is contained in:
@@ -33,10 +33,10 @@ public function test_dashboard_returns_kpis_and_trends(): void
|
||||
|
||||
$this->assertArrayHasKey('kpis', $props);
|
||||
$this->assertArrayHasKey('trends', $props);
|
||||
foreach (['clients_total','clients_new_7d','field_jobs_today','documents_today','active_imports','active_contracts'] as $k) {
|
||||
foreach (['clients_total', 'clients_new_7d', 'field_jobs_today', 'documents_today', 'active_imports', 'active_contracts'] as $k) {
|
||||
$this->assertArrayHasKey($k, $props['kpis']);
|
||||
}
|
||||
foreach (['clients_new','documents_new','field_jobs','imports_new','labels'] as $k) {
|
||||
foreach (['clients_new', 'documents_new', 'field_jobs', 'imports_new', 'labels'] as $k) {
|
||||
$this->assertArrayHasKey($k, $props['trends']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user