r22804 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22803‎ | r22804 | r22805 >
Date:20:46, 6 June 2007
Author:brion
Status:old
Tags:
Comment:
LocalTestSettings.php not used no mo
Modified paths:
  • /trunk/phase3/tests/LocalTestSettings.sample (deleted) (history)

Diff [purge]

Index: trunk/phase3/tests/LocalTestSettings.sample
@@ -1,29 +0,0 @@
2 -<?php
3 -# This contains basic configuration values that are needed
4 -# for RunTests.php.
5 -
6 -# Full path to the mediawiki source code you want to test
7 -$IP = '/var/www/mediawiki-cvs';
8 -
9 -# Now we add that path to the default include_path
10 -ini_set('include_path',ini_get('include_path').':'.$IP);
11 -
12 -# Some options needed for database testing
13 -$testOptions = array(
14 - 'mysql3' => array(
15 - 'server' => null,
16 - 'user' => null,
17 - 'password' => null,
18 - 'database' => null ),
19 - 'mysql4' => array(
20 - 'server' => null,
21 - 'user' => null,
22 - 'password' => null,
23 - 'database' => null ),
24 - 'postgres' => array(
25 - 'server' => null,
26 - 'user' => null,
27 - 'password' => null,
28 - 'database' => null ),
29 - );
30 -?>

Follow-up revisions

RevisionCommit summaryAuthorDate
r22811Merged revisions 22791-22810 via svnmerge from...david07:26, 7 June 2007

Status & tagging log