jarektkaczyk / laravel-kahlan

Laravel context for kahlan specs/tests - allows nice BDD way of developing Laravel app. https://softonsofa.com
16 stars 10 forks source link

FIx error too many connection during unit testing #15

Closed gleandroj closed 4 years ago

gleandroj commented 7 years ago

When execute many tests with database transactions the database is blocking the connections. Please accept my pull request. Thanks.