* Replace wfMungeToUtf8 and do_html_entity_decode with a single function
[lhc/web/wiklou.git] / tests / RunTests.php
index 6011ee8..5291d93 100644 (file)
@@ -37,6 +37,7 @@ $tests = array(
        'SearchMySQL3Test',
        'SearchMySQL4Test',
        'ArticleTest',
+       'SanitizerTest',
        );
 foreach( $tests as $test ) {
        require_once( $test . '.php' );