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 cc91b28 commit ab7227dCopy full SHA for ab7227d
tests/Units/Domain/EventTest.php
@@ -221,6 +221,7 @@ static function (TransactionCreatedEventInterface $event) use (
221
sort($valueIds);
222
sort($resultIds);
223
224
+ self::assertSame(1 + 20, array_sum($transactionCounts)); // deposit+withdraw
225
self::assertSame(1 + 10, $transactionCounts[$buyer->wallet->getKey()] ?? 0);
226
227
self::assertCount(1 + 10, $resultIds);
0 commit comments