* Added a hook to allow extensions to modify the redirect behaviour
[lhc/web/wiklou.git] / tests / RunTests.php
index 6011ee8..81ed74a 100644 (file)
@@ -10,11 +10,6 @@ define( "MEDIAWIKI", true );
 require_once( 'PHPUnit.php' );
 
 $testOptions = array(
-       'mysql3' => array(
-               'server' => null,
-               'user' => null,
-               'password' => null,
-               'database' => null ),
        'mysql4' => array(
                'server' => null,
                'user' => null,
@@ -34,9 +29,9 @@ if( file_exists( 'LocalTestSettings.php' ) ) {
 $tests = array(
        'GlobalTest',
        'DatabaseTest',
-       'SearchMySQL3Test',
        'SearchMySQL4Test',
        'ArticleTest',
+       'SanitizerTest',
        );
 foreach( $tests as $test ) {
        require_once( $test . '.php' );