r78499 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r78498
|
r78499
|
r78500
>
Date:
18:06, 16 December 2010
Author:
happy-melon
Status:
ok (
Comments
)
Tags:
Comment:
Follow-up
r78452
,
r78497
: having got my copy of phpunit working, fix test better.
Modified paths:
/trunk/phase3/tests/phpunit/includes/LicensesTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/phpunit/includes/LicensesTest.php
—
—
@@ -13,7 +13,7 @@
14
14
'type' => 'select',
15
15
'section' => 'description',
16
16
'id' => 'wpLicense',
17
- 'label-message' => 'license',
17
+ 'label' => 'A label text', # Note can't test label-message because $wgOut is not defined
18
18
'name' => 'AnotherName',
19
19
'licenses' => $str,
20
20
) );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r78452
Clean up the running mess that is
r64866
,
r65040
, and then
r67277
. Implement...
happy-melon
21:14, 15 December 2010
r78497
Follow-up
r78452
: if you're going to try and declare an HTMLFormField without...
happy-melon
17:34, 16 December 2010
Comments
#
Comment by
Platonides
(
talk
|
contribs
)
18:25, 20 December 2010
The tests should run with $wgOut defined.
Status & tagging log
09:40, 6 March 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r78499
[
removed:
new
added:
ok]