summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 518627c9c..58764d823 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -120,8 +120,7 @@ module.exports = function (grunt) {
},
phpunit: {
files: [
- '../*/**.php',
- '!../3rdparty'
+ '../**/*.php'
],
tasks: ['phpunit']
}
@@ -139,7 +138,7 @@ module.exports = function (grunt) {
},
phpunit: {
classes: {
- dir: '../tests/unit'
+ dir: '../tests'
},
options: {
colors: true