From abf59859a58ab172030aecb24fc55e301409f193 Mon Sep 17 00:00:00 2001 From: Neil Kandalgaonkar Date: Tue, 16 Nov 2010 07:11:39 +0000 Subject: [PATCH] removed mac-specific temp dir path for debug log --- maintenance/tests/phpunit/includes/api/ApiUploadTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/maintenance/tests/phpunit/includes/api/ApiUploadTest.php b/maintenance/tests/phpunit/includes/api/ApiUploadTest.php index 8d9c8a6fc8..a5ccf38b80 100644 --- a/maintenance/tests/phpunit/includes/api/ApiUploadTest.php +++ b/maintenance/tests/phpunit/includes/api/ApiUploadTest.php @@ -148,14 +148,13 @@ class ApiUploadTest extends ApiTestCase { * Fixture -- run before every test */ public function setUp() { - global $wgEnableUploads, $wgEnableAPI, $wgDebugLogFile; + global $wgEnableUploads, $wgEnableAPI; parent::setUp(); $wgEnableUploads = true; $wgEnableAPI = true; wfSetupSession(); - $wgDebugLogFile = '/private/tmp/mwtestdebug.log'; ini_set( 'log_errors', 1 ); ini_set( 'error_reporting', 1 ); ini_set( 'display_errors', 1 ); -- 2.20.1