Index: trunk/phase3/maintenance/parserTests.inc |
— | — | @@ -1143,7 +1143,7 @@ |
1144 | 1144 | return "$display\n$caret"; |
1145 | 1145 | } |
1146 | 1146 | |
1147 | | - function getFakeTimestamp( &$parser, &$ts ) { |
| 1147 | + static function getFakeTimestamp( &$parser, &$ts ) { |
1148 | 1148 | $ts = 123; |
1149 | 1149 | return true; |
1150 | 1150 | } |
Index: trunk/phase3/maintenance/tests/phpunit.bat |
— | — | @@ -0,0 +1 @@ |
| 2 | +@php phpunit |
\ No newline at end of file |
Index: trunk/phase3/maintenance/parserTestsParserHook.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | return true; |
21 | 21 | } |
22 | 22 | |
23 | | - function hook( $in, $argv ) { |
| 23 | + static function hook( $in, $argv ) { |
24 | 24 | ob_start(); |
25 | 25 | var_dump( |
26 | 26 | $in, |