2 # This contains basic configuration values that are needed
5 # Full path to the mediawiki source code you want to test
6 $IP = '/var/www/mediawiki-cvs';
8 # Now we add that path to the default include_path
9 ini_set('include_path',ini_get('include_path').':'.$IP);
11 # Some options needed for database testing