2 require_once( 'SearchEngineTest.php' );
4 class SearchMySQL4Test
extends SearchEngineTest
{
7 function __construct( $name ) {
8 parent
::__construct( $name );
12 $GLOBALS['wgContLang'] = new Language
;
13 $this->db
= $this->buildTestDatabase(
14 array( 'page', 'revision', 'text', 'searchindex' ) );
16 $this->insertSearchData();
18 $this->search
= new SearchMySQL4( $this->db
);
22 if( !is_null( $this->db
) ) {
26 unset( $this->search
);