We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently only MySQL DB ENV variable is included for simpletest, include SQLite DB ENV variable as well.
SIMPLETEST_DB_MYSQL: &simpletest_db_mysql mysql://db:db@db:3306/db SIMPLETEST_DB_SQLITE: &simpletest_db_sqlite sqlite://localhost//dev/shm/test.sqlite SIMPLETEST_DB: *simpletest_db_sqlite
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently only MySQL DB ENV variable is included for simpletest, include SQLite DB ENV variable as well.
The text was updated successfully, but these errors were encountered: