stackkit / laravel-google-cloud-tasks-queue

Use Google Cloud Tasks as the queue driver for Laravel
MIT License
69 stars 36 forks source link

Add tests for custom queue on batched jobs #148

Closed marickvantuil closed 5 months ago

Plytas commented 5 months ago

I think you need to add this to \Tests\TestCase::getEnvironmentSetUp()

$app['config']->set('queue.batching.database', 'testbench');
marickvantuil commented 5 months ago

I think you need to add this to \Tests\TestCase::getEnvironmentSetUp()

$app['config']->set('queue.batching.database', 'testbench');

🤩

Thanks, will try this! I got very confused why specifically this test is failing