From: Antoine Musso Date: Wed, 2 Mar 2011 20:45:44 +0000 (+0000) Subject: PHPUnit target 'database' for db related tests X-Git-Tag: 1.31.0-rc.0~31684 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=3f8524f459695a060647890e0f3c40699eb75c26;p=lhc%2Fweb%2Fwiklou.git PHPUnit target 'database' for db related tests --- diff --git a/tests/phpunit/Makefile b/tests/phpunit/Makefile index 61bfc17f71..616b034906 100644 --- a/tests/phpunit/Makefile +++ b/tests/phpunit/Makefile @@ -55,6 +55,9 @@ safe: databaseless: ${PU} --exclude-group Broken,Destructive,Database +database: + ${PU} --exclude-group Broken,Destructive --group Database + list-groups: ${PU} --list-groups