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 @@
7979 'type' => FormOptions::INT,
8080 )
8181 ),
82 - $this->object->getOptions
 82+ $this->object->getOptions()
8383 );
8484 }
8585

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86800Tidy up some unused variables and suchreedy21:40, 23 April 2011

Status & tagging log