From 986363b34a0369d321a9f5ba2757f78f0d6133f8 Mon Sep 17 00:00:00 2001 From: Marie Hogebrandt Date: Fri, 6 Dec 2013 15:01:38 +0100 Subject: [PATCH] Finishing touches on commit --- Gruntfile.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index fda4da24..d7a1aa31 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -85,6 +85,9 @@ module.exports = function (grunt) { grunt.registerTask('test', [ 'jsvalidate', 'jshint', - 'jsonlint' + 'jsonlint', + 'phplint', + 'phpcs', + 'phpunit' ]); };