diff options
Diffstat (limited to 'tests/phpunit/includes/http/HttpTest.php')
-rw-r--r-- | tests/phpunit/includes/http/HttpTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/http/HttpTest.php b/tests/phpunit/includes/http/HttpTest.php index a598d13ea976..036baa8c273c 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 ) { |