r83112 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83111‎ | r83112 | r83113 >
Date:20:45, 2 March 2011
Author:hashar
Status:ok
Tags:
Comment:
PHPUnit target 'database' for db related tests
Modified paths:
  • /trunk/phase3/tests/phpunit/Makefile (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/Makefile
@@ -55,6 +55,9 @@
5656 databaseless:
5757 ${PU} --exclude-group Broken,Destructive,Database
5858
 59+database:
 60+ ${PU} --exclude-group Broken,Destructive --group Database
 61+
5962 list-groups:
6063 ${PU} --list-groups
6164

Status & tagging log