Add @covers tags to utils tests
authorKunal Mehta <legoktm@member.fsf.org>
Mon, 25 Dec 2017 07:27:22 +0000 (23:27 -0800)
committerKunal Mehta <legoktm@member.fsf.org>
Mon, 25 Dec 2017 07:29:00 +0000 (23:29 -0800)
Change-Id: Iee44762696120c63fec986de1da76f12849f5957

tests/phpunit/includes/utils/BatchRowUpdateTest.php
tests/phpunit/includes/utils/MWCryptHKDFTest.php

index 017e97d..d80a61c 100644 (file)
@@ -4,6 +4,10 @@
  * Tests for BatchRowUpdate and its components
  *
  * @group db
+ *
+ * @covers BatchRowUpdate
+ * @covers BatchRowIterator
+ * @covers BatchRowWriter
  */
 class BatchRowUpdateTest extends MediaWikiTestCase {
 
index 86c19ae..ac638c6 100644 (file)
@@ -4,6 +4,10 @@
  * @group HKDF
  */
 
+/**
+ * @covers CryptHKDF
+ * @covers MWCryptHKDF
+ */
 class MWCryptHKDFTest extends MediaWikiTestCase {
 
        protected function setUp() {