summaryrefslogtreecommitdiff
path: root/includes/normal/CleanUpTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/normal/CleanUpTest.php')
-rw-r--r--includes/normal/CleanUpTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/normal/CleanUpTest.php b/includes/normal/CleanUpTest.php
index 0ca45b3c..d14bcad1 100644
--- a/includes/normal/CleanUpTest.php
+++ b/includes/normal/CleanUpTest.php
@@ -39,7 +39,7 @@ require_once 'UtfNormal.php';
* regression checks for known problems.
* Requires PHPUnit.
*
- * @addtogroup UtfNormal
+ * @ingroup UtfNormal
* @private
*/
class CleanUpTest extends PHPUnit_Framework_TestCase {
@@ -410,4 +410,3 @@ if( !$result->wasSuccessful() ) {
exit( -1 );
}
exit( 0 );
-