X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2FXhprofDataTest.php;h=3e9379456d3865a027683a612cd7a562d11a6886;hb=be74c82f9a19f9fc5a0c771ec627b9aa9746089e;hp=1cbd86f1efaee55efe3b6158877e53bcd6ff43fb;hpb=a2c8c2969420a0f150c03f76e3a0bf9028fcda43;p=lhc%2Fweb%2Fwiklou.git 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();