summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2018-01-05 16:10:44 +1000
committerSimon Holywell <[email protected]>2018-01-05 16:10:44 +1000
commit2f5c8d3ca94498c7edc6bec0e62756c67bf21466 (patch)
tree7f7b4a36308dbdea402fc80c4b6eb29ca25a330a /composer.json
parent56bb84632bdf904b9d6dd06e3a5ed606bd9ba4c8 (diff)
docker image for php 5.2 testing
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 669cf88..8e19087 100644
--- a/composer.json
+++ b/composer.json
@@ -29,7 +29,7 @@
}
],
"scripts": {
- "test": "phpunit"
+ "test": "phpunit -c ./phpunit.xml"
},
"require-dev": {
"phpunit/phpunit": "^4.8",