From 4eaee79d9b27d9131bd862725dbe90ba54eec254 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 23 May 2014 01:25:55 +0200 Subject: implement #137 serverside --- js/Gruntfile.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'js') 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 -- cgit v1.2.3