Skip to content

Commit

Permalink
Merge pull request #63 from bavix/l11-10x
Browse files Browse the repository at this point in the history
laravel 11 for laravel-wallet:^10.0
  • Loading branch information
rez1dent3 authored Sep 11, 2024
2 parents 24a1bcc + 63acbef commit 38096a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer_10.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"bavix/laravel-wallet": "10.1.*"
},
"require-dev": {
"brianium/paratest": "^7.0",
"nunomaduro/collision": "^7.0",
"orchestra/testbench": "^v8.0",
"phpunit/phpunit": "^10.0",
"rector/rector": "^0.12.5",
"symplify/easy-coding-standard": "^10.0"
"brianium/paratest": "^7.4",
"nunomaduro/collision": "^8.0",
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.5",
"rector/rector": "^0.19",
"symplify/easy-coding-standard": "^12.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 2 additions & 0 deletions tests/Units/CartTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ public function testEagerLoaderPay(): void
foreach ($products as $product) {
$productIds[] = $product->getKey();
self::assertSame(0, (int) $product->balance);
self::assertTrue($product->wallet->saveQuietly());
self::assertTrue($product->wallet->exists);
}

/** @var Product[] $products */
Expand Down

0 comments on commit 38096a1

Please sign in to comment.