r87127 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r87126
|
r87127
|
r87128
>
Date:
17:51, 29 April 2011
Author:
reedy
Status:
ok
Tags:
Comment:
Followup
r86800
, add missing ()
Modified paths:
/trunk/phase3/tests/phpunit/includes/FormOptionsInitializationTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/phpunit/includes/FormOptionsInitializationTest.php
—
—
@@ -78,7 +78,7 @@
79
79
'type' => FormOptions::INT,
80
80
)
81
81
),
82
- $this->object->getOptions
82
+ $this->object->getOptions()
83
83
);
84
84
}
85
85
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r86800
Tidy up some unused variables and such
reedy
21:40, 23 April 2011
Status & tagging log
19:03, 29 April 2011
Platonides
(
talk
|
contribs
)
changed the
status
of r87127
[
removed:
new
added:
ok]