Skip to content

Commit

Permalink
Don't autoload stuff that doesn't exist in test server
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed May 26, 2017
1 parent efc7d4b commit 3faf864
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/server/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@
"phpunit/phpunit": "~5.0",
"mockery/mockery": "~0.9"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"autoload-dev": {
"classmap": [
"tests/",
"database/"
]
},
"scripts": {
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
Expand Down

0 comments on commit 3faf864

Please sign in to comment.