To run this test:
-
Check out the project.
-
Copy the
.env
file:php -r "file_exists('.env') || copy('.env.example', '.env');"
-
Set up the SQL credentials, pointing to an empty database.
-
Run the migrations and seeder:
php artisan migrate --seed
-
Run the actual test:
php artisan test:cursor