Make the instantiation tests actually work.
[lhc/web/wiklou.git] / tests / SearchMySQL4Test.php
index 970cf68..4fe4d54 100644 (file)
@@ -4,10 +4,6 @@ require_once( 'SearchEngineTest.php' );
 class SearchMySQL4Test extends SearchEngineTest {
        var $db;
 
-       function __construct( $name ) {
-               parent::__construct( $name );
-       }
-
        function setUp() {
                $GLOBALS['wgContLang'] = new Language;
                $this->db = $this->buildTestDatabase(
@@ -28,4 +24,4 @@ class SearchMySQL4Test extends SearchEngineTest {
 
 }
 
-?>
+