Organize tests.

This commit is contained in:
Taylor Otwell
2016-11-29 15:48:33 -06:00
parent 7b318939c9
commit 08eefbcc11
5 changed files with 41 additions and 12 deletions

View File

@@ -20,14 +20,10 @@
"database"
],
"psr-4": {
"App\\": "app/"
"App\\": "app/",
"Tests\\": "tests/"
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"scripts": {
"post-root-package-install": [
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""