diff options
Diffstat (limited to 'tests/RunTests.php')
-rw-r--r-- | tests/RunTests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/RunTests.php b/tests/RunTests.php index ec04fc03..2b539a47 100644 --- a/tests/RunTests.php +++ b/tests/RunTests.php @@ -57,7 +57,7 @@ foreach( $tests as $test ) { function &buildTestDatabase( $serverType, $tables ) { global $testOptions, $wgDBprefix; $wgDBprefix = 'parsertest'; - $db =& new Database( + $db = new Database( $testOptions[$serverType]['server'], $testOptions[$serverType]['user'], $testOptions[$serverType]['password'], |