Skip to content

Commit

Permalink
Update Carbon mixin in HijriTest
Browse files Browse the repository at this point in the history
  • Loading branch information
MoamenEltouny committed Jul 7, 2024
1 parent d7d5adc commit c00f63f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/HijriTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class HijriTest extends TestCase
protected function setUp(): void
{
parent::setUp();

Carbon::mixin(HijriCarbon::class);
$this->dt = Carbon::parse('01-02-1993 19:00:00');
}
Expand Down

0 comments on commit c00f63f

Please sign in to comment.