Add more tests; Add filter in filament resource; Added options for user create command

This commit is contained in:
Constantin Graf
2025-02-05 18:02:24 -05:00
parent 4eb716d2cc
commit 0a28be83a1
20 changed files with 413 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ class TimezoneServiceTest extends TestCase
// Assert
$this->assertIsArray($result);
$this->assertCount(419, $result);
$this->assertTrue(in_array(count($result), [418, 419], true));
$this->assertContains('Europe/Vienna', $result);
$this->assertContains('Europe/Berlin', $result);
$this->assertContains('Europe/London', $result);