We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7130703 commit e3fa525Copy full SHA for e3fa525
2 files changed
tests/CarbonTest.php
@@ -32,7 +32,6 @@
32
expect(Carbon::now()->subHour()->isFuture())->toBeFalse();
33
});
34
35
-
36
it('can check if date is between dates', function () {
37
$today = Carbon::now();
38
$yesterday = Carbon::yesterday();
tests/Pest.php
@@ -1 +1,3 @@
1
-<?php declare(strict_types=1);
+<?php
2
+
3
+declare(strict_types=1);
0 commit comments