From 73bf53e94f87fddf0c57e68ef628b72611663f21 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Tue, 7 Aug 2018 12:07:00 +0200 Subject: [PATCH] Remove @uses annotation from XhprofDataTest The use of a class is visible by the code or @covers Change-Id: I1acec60da4b524c171686402a01424d66e9fc99f --- tests/phpunit/includes/libs/XhprofDataTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/phpunit/includes/libs/XhprofDataTest.php b/tests/phpunit/includes/libs/XhprofDataTest.php index 1cbd86f1ef..3e9379456d 100644 --- a/tests/phpunit/includes/libs/XhprofDataTest.php +++ b/tests/phpunit/includes/libs/XhprofDataTest.php @@ -19,8 +19,6 @@ */ /** - * @uses XhprofData - * @uses AutoLoader * @copyright © 2014 Wikimedia Foundation and contributors * @since 1.25 */ @@ -154,7 +152,6 @@ class XhprofDataTest extends PHPUnit\Framework\TestCase { /** * @covers XhprofData::getCallers * @covers XhprofData::getCallees - * @uses XhprofData */ public function testEdges() { $xhprofData = $this->getXhprofDataFixture(); @@ -170,7 +167,6 @@ class XhprofDataTest extends PHPUnit\Framework\TestCase { /** * @covers XhprofData::getCriticalPath - * @uses XhprofData */ public function testCriticalPath() { $xhprofData = $this->getXhprofDataFixture(); -- 2.20.1