PHPUnit target 'database' for db related tests
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 2 Mar 2011 20:45:44 +0000 (20:45 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 2 Mar 2011 20:45:44 +0000 (20:45 +0000)
tests/phpunit/Makefile

index 61bfc17..616b034 100644 (file)
@@ -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