From 42628b133f2a2f18a23cf8c5803a3ffb86546c68 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 11 Sep 2014 15:42:52 +0200 Subject: fix phpunit tests --- js/Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js') diff --git a/js/Gruntfile.js b/js/Gruntfile.js index 71f2fea30..f82b86bb1 100644 --- a/js/Gruntfile.js +++ b/js/Gruntfile.js @@ -135,7 +135,8 @@ module.exports = function (grunt) { dir: '../tests' }, options: { - colors: true + colors: true, + configuration: '../phpunit.xml' } }, protractor_webdriver: { -- cgit v1.2.3