FAILED Tests\Feature\OrderTest > it Can successfully open big orders > TypeError
OrderTest::{closure}(): Argument #2 ($product) must be of type App\Models\Product, App\Models\Order given, called in /Users/myuser/prive/stocks
/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factories/Factory.php
That says that one of your fields in your database is not allowed to be null, but you haven't given it a value. Is one of the fields missing in order_items?