diff options
Diffstat (limited to 'tests/parser')
-rw-r--r-- | tests/parser/parserTest.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/parser/parserTest.inc b/tests/parser/parserTest.inc index 6c8a4012c255..24c5aba5134c 100644 --- a/tests/parser/parserTest.inc +++ b/tests/parser/parserTest.inc @@ -69,11 +69,6 @@ class ParserTest { */ private $djVuSupport; - /** - * @var string $oldTablePrefix Original table prefix - */ - private $oldTablePrefix; - private $maxFuzzTestLength = 300; private $fuzzSeed = 0; private $memoryLimit = 50; @@ -942,7 +937,6 @@ class ParserTest { } $this->databaseSetupDone = true; - $this->oldTablePrefix = $wgDBprefix; # SqlBagOStuff broke when using temporary tables on r40209 (bug 15892). # It seems to have been fixed since (r55079?), but regressed at some point before r85701. |