summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 23b5273b7..6498867e2 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -177,7 +177,7 @@ module.exports = function (grunt) {
configuration: '../phpunit.xml'
}
},
- coverageUnit: {
+ coverage: {
options: {
colors: true,
configuration: '../phpunit.xml',
@@ -291,7 +291,7 @@ module.exports = function (grunt) {
grunt.registerTask('dev-php-integration', ['watch:phpintegration']);
grunt.registerTask('js-unit', ['default', 'karma:continuous']);
- grunt.registerTask('php-unit', ['phpunit:coverageUnit']);
+ grunt.registerTask('php-unit', ['phpunit:coverage']);
grunt.registerTask('php-integration', ['phpunit:integration']);
grunt.registerTask('acceptance', ['protractor_webdriver', 'connect',