Remove the $wgCaches[CACHE_DB] = false; line added in r74552.
authorPlatonides <platonides@users.mediawiki.org>
Tue, 7 Dec 2010 20:40:15 +0000 (20:40 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 7 Dec 2010 20:40:15 +0000 (20:40 +0000)
commitac9bd01ecb765b6dc1f5e1ac139f572409255a29
treec2bcceca1f13390b99f49c10d1a62b6b444c1f46
parentf077994540cf128154d2f651d6a01d2bf43664e2
Remove the $wgCaches[CACHE_DB] = false; line added in r74552.
It produces an strange failure when going out of ParserTest::setUp() scope.
(eg. $parserMemc becoming back false instead of a FakeMemcached, related to
using a reference in $wgMemc = &wfGetMainCache() )

Can be checked when running phpunit.php includes/ParserOptionsTest.php
See https://bugzilla.wikimedia.org/show_bug.cgi?id=26244#c4

No errors found in sqlite without it.
maintenance/tests/phpunit/phpunit.php