tests: Remove unused $wgMemc resets
authorTimo Tijhof <krinklemail@gmail.com>
Sun, 6 Dec 2015 18:06:08 +0000 (18:06 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Sun, 6 Dec 2015 18:06:08 +0000 (18:06 +0000)
commit3b35719e74e2d14fddb10ae34db9c6ba0420ad4a
tree8b9d5a4ad1940e622922d13dc26b5d9177375c26
parent7f6b432c835c128f418c11490f820d0cf4a495f1
tests: Remove unused $wgMemc resets

If we really need this we can do it in MediaWikiTestCase, next
to the setting of wgMainCacheType. But from what I can see the
code being tested here already doesn't use the old $wgMemc.

Change-Id: I9e4b2109b2f3c18d8d5551bbadae5711c1d4c0a6
tests/phpunit/includes/ExtraParserTest.php
tests/phpunit/includes/TemplateParserTest.php
tests/phpunit/includes/TitlePermissionTest.php
tests/phpunit/includes/api/ApiTestCase.php
tests/phpunit/includes/jobqueue/JobQueueTest.php
tests/phpunit/languages/LanguageConverterTest.php