From e1c3b04267509d5edca5898d45c6f7a12694f1dd Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 20 Jun 2019 01:24:50 +0100 Subject: [PATCH] resourceloader: Remove my `@author` comments from unit tests Previously removed from includes/ already. Also remove odd `@package`, which we never use. And remove `@since` which doesn't make sense for test-only files. Change-Id: Ib7265d39329ecadd5279b11820f77f54189b55d2 --- tests/phpunit/structure/ResourcesTest.php | 2 -- tests/qunit/data/load.mock.php | 2 -- tests/qunit/data/styleTest.css.php | 3 --- 3 files changed, 7 deletions(-) diff --git a/tests/phpunit/structure/ResourcesTest.php b/tests/phpunit/structure/ResourcesTest.php index 4c34208e0d..78e57632f4 100644 --- a/tests/phpunit/structure/ResourcesTest.php +++ b/tests/phpunit/structure/ResourcesTest.php @@ -9,11 +9,9 @@ use Wikimedia\TestingAccessWrapper; * @author Antoine Musso * @author Niklas Laxström * @author Santhosh Thottingal - * @author Timo Tijhof * @copyright © 2012, Antoine Musso * @copyright © 2012, Niklas Laxström * @copyright © 2012, Santhosh Thottingal - * @copyright © 2012, Timo Tijhof */ class ResourcesTest extends MediaWikiTestCase { diff --git a/tests/qunit/data/load.mock.php b/tests/qunit/data/load.mock.php index 9f57190ea4..1525f0440f 100644 --- a/tests/qunit/data/load.mock.php +++ b/tests/qunit/data/load.mock.php @@ -18,9 +18,7 @@ * http://www.gnu.org/copyleft/gpl.html * * @file - * @package MediaWiki * @author Lupo - * @since 1.20 */ // This file doesn't run as part of MediaWiki diff --git a/tests/qunit/data/styleTest.css.php b/tests/qunit/data/styleTest.css.php index db96fd5325..5d229a3ab2 100644 --- a/tests/qunit/data/styleTest.css.php +++ b/tests/qunit/data/styleTest.css.php @@ -18,9 +18,6 @@ * http://www.gnu.org/copyleft/gpl.html * * @file - * @package MediaWiki - * @author Timo Tijhof - * @since 1.20 */ // This file doesn't run as part of MediaWiki -- 2.20.1