From c368a4313b4183af56b0d566e1f7529ba997a110 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Sun, 24 Dec 2017 23:26:01 -0800 Subject: [PATCH] Add @covers tags to logging tests Change-Id: Ibb14291a75423ddbb7502a5a0ee24ff0c554a876 --- tests/phpunit/includes/logging/BlockLogFormatterTest.php | 3 +++ tests/phpunit/includes/logging/DeleteLogFormatterTest.php | 3 +++ tests/phpunit/includes/logging/ImportLogFormatterTest.php | 3 +++ tests/phpunit/includes/logging/MergeLogFormatterTest.php | 3 +++ tests/phpunit/includes/logging/MoveLogFormatterTest.php | 3 +++ tests/phpunit/includes/logging/NewUsersLogFormatterTest.php | 1 + tests/phpunit/includes/logging/PageLangLogFormatterTest.php | 3 +++ tests/phpunit/includes/logging/PatrolLogFormatterTest.php | 3 +++ tests/phpunit/includes/logging/ProtectLogFormatterTest.php | 3 +++ tests/phpunit/includes/logging/RightsLogFormatterTest.php | 3 +++ tests/phpunit/includes/logging/UploadLogFormatterTest.php | 3 +++ 11 files changed, 31 insertions(+) diff --git a/tests/phpunit/includes/logging/BlockLogFormatterTest.php b/tests/phpunit/includes/logging/BlockLogFormatterTest.php index 4158ea2348..03671ac870 100644 --- a/tests/phpunit/includes/logging/BlockLogFormatterTest.php +++ b/tests/phpunit/includes/logging/BlockLogFormatterTest.php @@ -1,5 +1,8 @@