From 1ac02d787967e2b626039863bced438242ddd217 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 14 Dec 2010 16:31:25 +0000 Subject: [PATCH] Missed another comment in r78381 --- tests/phpunit/includes/HttpTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/includes/HttpTest.php b/tests/phpunit/includes/HttpTest.php index a48c7bb4f4..3dfefd4a83 100644 --- a/tests/phpunit/includes/HttpTest.php +++ b/tests/phpunit/includes/HttpTest.php @@ -229,7 +229,6 @@ class HttpTest extends PHPUnit_Framework_TestCase { $this->runHTTPGets(); } - /* ./phase3/maintenance/parserTests.inc:1618: return Http::post( $url, array( 'postData' => wfArrayToCGI( $data ) ) ); */ function runHTTPPosts( $proxy = null ) { $opt = array(); -- 2.20.1