follow up r61078, fixes bug 22224
[lhc/web/wiklou.git] / tests / MediaWiki_TestCase.php
index d8ba9ee..3e6b40a 100644 (file)
@@ -7,8 +7,9 @@ abstract class MediaWiki_TestCase extends PHPUnit_Framework_TestCase {
         */
        protected function buildTestDatabase( $tables ) {
                global $testOptions, $wgDBprefix, $wgDBserver, $wgDBadminuser, $wgDBadminpassword, $wgDBname;
-               $wgDBprefix = 'parsertest_';
                $this->markTestIncomplete("This test requires DB admin user credentials.");
+               $wgDBprefix = 'parsertest_';
+
                $db = new DatabaseMysql(
                        $wgDBserver,
                        $wgDBadminuser,