summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 01:25:55 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 01:25:55 +0200
commit4eaee79d9b27d9131bd862725dbe90ba54eec254 (patch)
tree4b6de904b6167d7ed6070d24e7f41ff8c5f6c500 /js/Gruntfile.js
parent7af31802517eb31a05e1c5d248a8c502d9d8b943 (diff)
implement #137 serverside
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