Level 80
@ajvanho Well it seems your console command prompts the user for information when running import:wordpress. You need to tell Laravel what to do in that case. It can’t just make up answers for you.
Docs: https://laravel.com/docs/8.x/console-tests#input-output-expectations
1 like