diff options
author | addshore <addshorewiki@gmail.com> | 2013-10-24 11:54:02 +0100 |
---|---|---|
committer | addshore <addshorewiki@gmail.com> | 2013-10-24 11:54:02 +0100 |
commit | 9c540db2df03b2b689a7237a84ac1aaa78e92dba (patch) | |
tree | 49c5a9770ad10f5913ec09b6a695329c93460fe8 /tests/phpunit/includes/DiffHistoryBlobTest.php | |
parent | 96a9a3e1019e158b4935b1e61934be8a4d926d82 (diff) | |
download | mediawikicore-9c540db2df03b2b689a7237a84ac1aaa78e92dba.tar.gz mediawikicore-9c540db2df03b2b689a7237a84ac1aaa78e92dba.zip |
@covers tags for inclues/*Test
Change-Id: Id28acdd8fe0028bf1e46344cfed131076c8f4c95
Diffstat (limited to 'tests/phpunit/includes/DiffHistoryBlobTest.php')
-rw-r--r-- | tests/phpunit/includes/DiffHistoryBlobTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/includes/DiffHistoryBlobTest.php b/tests/phpunit/includes/DiffHistoryBlobTest.php index a4d5b91a9581..76a9a10c8f52 100644 --- a/tests/phpunit/includes/DiffHistoryBlobTest.php +++ b/tests/phpunit/includes/DiffHistoryBlobTest.php @@ -23,6 +23,7 @@ class DiffHistoryBlobTest extends MediaWikiTestCase { /** * Test for DiffHistoryBlob::xdiffAdler32() * @dataProvider provideXdiffAdler32 + * @covers DiffHistoryBlob::xdiffAdler32 */ public function testXdiffAdler32( $input ) { $xdiffHash = substr( xdiff_string_rabdiff( $input, '' ), 0, 4 ); |