diff --git a/README.md b/README.md index d1819ed..c227e1c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Latest Unstable Version](https://poser.pugx.org/bumbummen99/shoppingcart/v/unstable)](https://packagist.org/packages/bumbummen99/shoppingcart) [![License](https://poser.pugx.org/bumbummen99/shoppingcart/license)](https://packagist.org/packages/bumbummen99/shoppingcart) -This is a fork of [Crisane's LaravelShoppingcart](https://github.com/Crinsane/LaravelShoppingcart) extended with minor features compatible with Laravel 5.7. +This is a fork of [Crisane's LaravelShoppingcart](https://github.com/Crinsane/LaravelShoppingcart) extended with minor features compatible with Laravel 5.8. ## Installation diff --git a/tests/CartTest.php b/tests/CartTest.php index d965e41..b51863d 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -15,7 +15,6 @@ use Illuminate\Support\Collection; use Illuminate\Support\Facades\Event; use Mockery; use Orchestra\Testbench\TestCase; -use PHPUnit\Framework\Assert; class CartTest extends TestCase {