Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -522,7 +522,7 @@ |
523 | 523 | |
524 | 524 | # Duplicate flagged* tables in parserTests.php |
525 | 525 | $wgHooks['ParserTestTables'][] = 'FlaggedRevsHooks::onParserTestTables'; |
526 | | -#Unit tests |
| 526 | +# Integration tests |
527 | 527 | $wgHooks['UnitTestsList'][] = 'FlaggedRevsHooks::getUnitTests'; |
528 | 528 | |
529 | 529 | # Database schema changes |