Index: trunk/phase3/maintenance/tests/UploadFromUrlTest.php |
— | — | @@ -1,5 +1,8 @@ |
2 | 2 | <?php |
3 | 3 | |
| 4 | +/* Force User.php include for EDIT_TOKEN_SUFFIX */ |
| 5 | +require_once dirname(__FILE__) . "/../../includes/User.php"; |
| 6 | + |
4 | 7 | class nullClass { |
5 | 8 | public function handleOutput() { } |
6 | 9 | public function purgeRedundantText() { } |