Missed another comment in r78381
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 14 Dec 2010 16:31:25 +0000 (16:31 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 14 Dec 2010 16:31:25 +0000 (16:31 +0000)
tests/phpunit/includes/HttpTest.php

index a48c7bb..3dfefd4 100644 (file)
@@ -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();