From 9130b162b72fb9c9c7e4c3c16a69d264701d3b62 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 9 Nov 2014 16:33:57 +0100 Subject: [PATCH] Added PHPunit.xml --- gruntfile.js | 2 +- phpunit.xml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 phpunit.xml diff --git a/gruntfile.js b/gruntfile.js index fdcbf49d..3f8d4fec 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -157,7 +157,7 @@ module.exports = function(grunt) { }); grunt.registerTask('tests', 'Run all tests.', function() { - exec('php vendor/phpunit/phpunit/phpunit -v --strict --bootstrap src/Bootstrap.php tests/'); + exec('php vendor/phpunit/phpunit/phpunit'); }); grunt.registerTask('update', 'Upgrade database to newest version.', function() { diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 00000000..0a70b183 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,14 @@ + + + + + + ./tests/ + + +