Skip to content
New issue

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

test env #1

Closed
coolcodemy opened this issue Mar 2, 2022 · 1 comment
Closed

test env #1

coolcodemy opened this issue Mar 2, 2022 · 1 comment

Comments

@coolcodemy
Copy link

movie-app/phpunit.xml

Lines 24 to 25 in 9bf7c56

<server name="DB_CONNECTION" value="mysql"/>
<server name="DB_DATABASE" value="moviedb_test"/>

Should use sqlite and :memory: for faster test execution without needing to set 3rd party dependency (db, webserver, etc)

@Muhaimin
Copy link
Owner

Muhaimin commented Mar 7, 2022

Noted, will implement it accordingly. I agree that sqlite and stored in memory will be much faster.

@Muhaimin Muhaimin closed this as completed Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants