r99987 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99986‎ | r99987 | r99988 >
Date:22:24, 16 October 2011
Author:demon
Status:ok
Tags:
Comment:
Add another test case for shorthand to integer
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/GlobalFunctions/wfShorthandToInteger.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/GlobalFunctions/wfShorthandToInteger.php
@@ -18,6 +18,7 @@
1919 array( ' ', -1, 'String of spaces' ),
2020 array( '1G', 1024 * 1024 * 1024, 'One gig uppercased' ),
2121 array( '1g', 1024 * 1024 * 1024, 'One gig lowercased' ),
 22+ array( '1M', 1024 * 1024, 'One meg uppercased' ),
2223 );
2324 }
2425

Status & tagging log