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 @@
56
56
databaseless:
57
57
${PU} --exclude-group Broken,Destructive,Database
58
58
59
+database:
60
+ ${PU} --exclude-group Broken,Destructive --group Database
61
+
59
62
list-groups:
60
63
${PU} --list-groups
61
64
Status & tagging log
23:46, 4 May 2011
😂
(
talk
|
contribs
)
changed the
status
of r83112
[
removed:
new
added:
ok]