1
0
Fork 0
mirror of https://github.com/archtechx/tenancy-queue-tester.git synced 2025-12-12 05:14:04 +00:00
No description
Find a file
2024-12-31 07:18:00 +01:00
cli change perms on . instead of src, avoid using --force on laravel/installer 2024-12-31 07:08:18 +01:00
setup change perms on . instead of src, avoid using --force on laravel/installer 2024-12-31 07:08:18 +01:00
.gitignore change perms on . instead of src, avoid using --force on laravel/installer 2024-12-31 07:08:18 +01:00
docker-compose.yml change perms on . instead of src, avoid using --force on laravel/installer 2024-12-31 07:08:18 +01:00
README.md change perms on . instead of src, avoid using --force on laravel/installer 2024-12-31 07:08:18 +01:00
setup.sh change perms on . instead of src, avoid using --force on laravel/installer 2024-12-31 07:08:18 +01:00
test.sh update shebang to bash 2024-12-31 07:18:00 +01:00

Tenancy for Laravel queue test suite

In addition to the tests we can write using testbench, we have this repository which:

  1. Creates a new Laravel application
  2. Sets up Tenancy
  3. Creates a sample job
  4. Asserts that the queue worker is working as expected

This is mostly due to some past bugs that were hard to catch in our test suite.

With this repo, we can have a separate CI job validating queue behavior in a real application.

TODOs

  • Verify how queue:restart works in v4