Skip to content
Snippets Groups Projects
Commit c0adbbc8 authored by Ray Andrew's avatar Ray Andrew
Browse files

Initial commit

parent 2ab16e7b
Branches
No related merge requests found
Pipeline #5016 failed
......@@ -11,10 +11,10 @@ variables:
before_script:
- export http_proxy=${HTTP_PROXY}
- export https_proxy=${HTTP_PROXY}
- apk add --no-cache icu-dev
- pecl install xdebug
- docker-php-ext-configure intl
- docker-php-ext-install json intl mysqli
- docker-php-ext-enable json intl mysqli
- docker-php-ext-enable json intl mysqli debug
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer
- http_proxy=${HTTP_PROXY} https_proxy="" composer global require hirak/prestissimo
......
......@@ -17,7 +17,7 @@
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"scripts": {
"test": "phpunit --configuration application/tests"
"test": "phpunit --configuration application/tests --coverage-text --coverage-html report"
},
"require-dev": {
"mikey179/vfsStream": "1.1.*",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment