r61940 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r61939
|
r61940
|
r61941
>
Date:
17:57, 3 February 2010
Author:
demon
Status:
resolved
Tags:
Comment:
Last tests were ported in
r61938
or are otherwise unused, deleting /t and unifying unit tests once and for all
Modified paths:
/trunk/phase3/t
(deleted) (
history
)
/trunk/phase3/tests/phpunit.xml
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/phpunit.xml
—
—
@@ -1,7 +1,8 @@
2
2
<!-- See http://www.phpunit.de/manual/3.3/en/appendixes.configuration.html -->
3
3
<phpunit bootstrap="./bootstrap.php"
4
4
colors="false"
5
- stopOnFailure="false">
5
+ stopOnFailure="false"
6
+ verbose="true">
6
7
<!-- convertErrorsToExceptions="true" -->
7
8
<!-- convertNoticesToExceptions="true" -->
8
9
<!-- convertWarningsToExceptions="true" -->
Follow-up revisions
Revision
Commit summary
Author
Date
r61941
Revert unrelated (and unworking) change from
r61940
)
demon
17:59, 3 February 2010
r61942
Follow-up
r61940
: delete Makefile too
ialex
18:07, 3 February 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r61938
* Port tests from t/inc/...
ialex
17:35, 3 February 2010
Status & tagging log
03:33, 19 February 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r61940
[
removed:
new
added:
resolved]