From ebb42830ec202241ae48904cc31d454040f9cefc Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Fri, 24 Feb 2017 08:32:52 -0800 Subject: [PATCH] Follow-up 1e9c3619: Correct @T1234 accidental cruft Change-Id: I94e50ef3356e4e53f9a9082484dff97e49a0e2e2 --- tests/phpunit/includes/http/HttpTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/http/HttpTest.php b/tests/phpunit/includes/http/HttpTest.php index a598d13ea9..036baa8c27 100644 --- a/tests/phpunit/includes/http/HttpTest.php +++ b/tests/phpunit/includes/http/HttpTest.php @@ -483,7 +483,7 @@ class HttpTest extends MediaWikiTestCase { * Added this test based on an issue experienced with HHVM 3.3.0-dev * where it did not define a cURL constant. * - * @T72570 + * T72570 * @dataProvider provideCurlConstants */ public function testCurlConstants( $value ) { -- 2.20.1