Add @covers tags for more tests
[lhc/web/wiklou.git] / tests / phpunit / includes / utils / MWCryptHashTest.php
index 4c85c3d..7ea229d 100644 (file)
@@ -1,10 +1,11 @@
 <?php
+
 /**
- *
  * @group Hash
+ *
+ * @covers MWCryptHash
  */
-
-class MWCryptHashTest extends MediaWikiTestCase {
+class MWCryptHashTest extends PHPUnit_Framework_TestCase {
 
        public function testHashLength() {
                if ( MWCryptHash::hashAlgo() !== 'whirlpool' ) {