Skip to content

Commit

Permalink
Fix up composer test command
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Dec 20, 2018
1 parent 6684a04 commit 9b5619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"check": "phpcs --standard=PSR2 src test",
"test": [
"@check",
"php ./bin/phpunit"
"TRELLIS_CONFIG_DIR=test/resources/config php ./bin/phpunit"
]
},
"conflict": {
Expand Down

0 comments on commit 9b5619e

Please sign in to comment.