X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FHashRingTest.php;h=68dfea1f7ff4c06d911453c2c6d34e125f7e660e;hb=f5ed5d4f3cc3533dfe964416766dc2fd083bba50;hp=bc4e499c29c297776c0c9ce93a3ed0df0a250867;hpb=5c5fb511c70346a660cb6aa388cc677e11d3bdab;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/HashRingTest.php b/tests/phpunit/includes/HashRingTest.php index bc4e499c29..68dfea1f7f 100644 --- a/tests/phpunit/includes/HashRingTest.php +++ b/tests/phpunit/includes/HashRingTest.php @@ -4,7 +4,10 @@ * @group HashRing */ class HashRingTest extends MediaWikiTestCase { - function testHashRing() { + /** + * @covers HashRing + */ + public function testHashRing() { $ring = new HashRing( array( 's1' => 1, 's2' => 1, 's3' => 2, 's4' => 2, 's5' => 2, 's6' => 3 ) ); $locations = array();