From d25ed27d89134c1cfd8a84a7f89823b842ccca8f Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 18 Jan 2021 22:41:35 +0100 Subject: [PATCH] Update CartTest.php --- tests/CartTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CartTest.php b/tests/CartTest.php index e1ddfa4..3d9fcf4 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -366,8 +366,8 @@ class CartTest extends TestCase $cart = $this->getCart(); $cart->add(new BuyableProduct([ - 'name' => null, - 'title' => null, + 'name' => '', + 'title' => '', ])); $cart->update('027c91341fd5cf4d2579b49c4b6a90da', ['description' => 'Different description']);