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 62a5252 commit bed1ce8Copy full SHA for bed1ce8
tests/MetaDataCreatedAtTest.php
@@ -3,11 +3,13 @@
3
namespace Spatie\EventSourcing\Tests;
4
5
use Carbon\CarbonImmutable;
6
+
7
+use function PHPUnit\Framework\assertEquals;
8
9
use Spatie\EventSourcing\Enums\MetaData;
10
use Spatie\EventSourcing\StoredEvents\Models\EloquentStoredEvent;
11
use Spatie\EventSourcing\StoredEvents\Repositories\EloquentStoredEventRepository;
12
use Spatie\EventSourcing\Tests\TestClasses\AggregateRoots\StorableEvents\MoneyAdded;
-use function PHPUnit\Framework\assertEquals;
13
14
it('correctly handles created_at in meta data', function () {
15
$now = CarbonImmutable::now()->setTimezone('Asia/Singapore');
0 commit comments