Created
October 19, 2015 05:05
-
-
Save helmerdavila/a4fcdfa5198125e3a07e to your computer and use it in GitHub Desktop.
Change DB Enviroment For test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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