diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2017-02-24 08:32:52 -0800 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2017-02-24 08:32:52 -0800 |
commit | ebb42830ec202241ae48904cc31d454040f9cefc (patch) | |
tree | 7088d2ee2bb37fac4d27829a363c96b5957da72d /tests/phpunit/includes/http/HttpTest.php | |
parent | 2ca666afe705b2810e1250389a5119db7280e051 (diff) | |
download | mediawikicore-ebb42830ec202241ae48904cc31d454040f9cefc.tar.gz mediawikicore-ebb42830ec202241ae48904cc31d454040f9cefc.zip |
Follow-up 1e9c3619: Correct @T1234 accidental cruft
Change-Id: I94e50ef3356e4e53f9a9082484dff97e49a0e2e2
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 ) { |