Skip to content

Instantly share code, notes, and snippets.

@helmerdavila
Created October 19, 2015 05:05
Show Gist options
  • Save helmerdavila/a4fcdfa5198125e3a07e to your computer and use it in GitHub Desktop.
Save helmerdavila/a4fcdfa5198125e3a07e to your computer and use it in GitHub Desktop.
Change DB Enviroment For test
// install sqlite
// sudo apt-get install sqlite3
// install php extension
// sudo apt-get install php5-sqlite
// en phpunit.xml
<env name="DB_CONNECTION" value="sqlite">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment