tests: always call parent setUp
authorAntoine Musso <hashar@free.fr>
Tue, 23 Oct 2012 17:02:36 +0000 (19:02 +0200)
committerAntoine Musso <hashar@free.fr>
Tue, 23 Oct 2012 17:04:40 +0000 (19:04 +0200)
commitc6ea55bf542176117699bb81299aad67ca9c5781
tree4997c6de8ad82fecd861bdece01051a7f18b6b13
parent7fe78d7e743d81c305b19a41237a82dea7e17dab
tests: always call parent setUp

Some class extending MediaWikiTestCase did not call its setUp method. We
most probably always want to do it since MediaWikiTestCase::setUp() does
garbage collection and might do more in the future.

Change-Id: I68dde370a62c8f4a779836ca0c4ad06844fdc916
22 files changed:
tests/phpunit/includes/ArticleTest.php
tests/phpunit/includes/CdbTest.php
tests/phpunit/includes/FauxResponseTest.php
tests/phpunit/includes/FormOptionsInitializationTest.php
tests/phpunit/includes/FormOptionsTest.php
tests/phpunit/includes/LinksUpdateTest.php
tests/phpunit/includes/PathRouterTest.php
tests/phpunit/includes/RevisionStorageTest.php
tests/phpunit/includes/SiteConfigurationTest.php
tests/phpunit/includes/TextContentTest.php
tests/phpunit/includes/TitleMethodsTest.php
tests/phpunit/includes/WikitextContentHandlerTest.php
tests/phpunit/includes/XmlSelectTest.php
tests/phpunit/includes/ZipDirectoryReaderTest.php
tests/phpunit/includes/db/DatabaseTest.php
tests/phpunit/includes/debug/MWDebugTest.php
tests/phpunit/includes/media/PNGMetadataExtractorTest.php
tests/phpunit/includes/media/SVGMetadataExtractorTest.php
tests/phpunit/includes/media/XMPTest.php
tests/phpunit/includes/parser/ParserPreloadTest.php
tests/phpunit/includes/parser/PreprocessorTest.php
tests/phpunit/includes/specials/SpecialRecentchangesTest.php