Skip to content

Commit 9b5619e

Browse files
committed
Fix up composer test command
1 parent 6684a04 commit 9b5619e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"check": "phpcs --standard=PSR2 src test",
6363
"test": [
6464
"@check",
65-
"php ./bin/phpunit"
65+
"TRELLIS_CONFIG_DIR=test/resources/config php ./bin/phpunit"
6666
]
6767
},
6868
"conflict": {

0 commit comments

Comments
 (0)