Fix bootstrap in unit tests
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 3 May 2013 19:45:06 +0000 (21:45 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 3 May 2013 19:45:06 +0000 (21:45 +0200)
commit4742232b0d27a91c92d481afe9a222bcf9c69851
tree4cd202fb839ac2bf26bbb7fafec1454054204b25
parent95d1b998af46ad23251dfc5a02fd91ff8e3652ea
Fix bootstrap in unit tests

- Remove check for version, that version is already enforced in phpunit.php,
  so there is not point showing a warning for it is useless
- Remove call to MessageCache::destroyInstance(), there is no need for it,
  since $wgMessageCacheType is set in phpunit.php before running Setup.php
- Remove includes of bootstrap.php in LanguageSrTest.php and LanguageUzTest.php

Change-Id: I4b2db6b3e6f001175e1a407c5add2972aade5e60
tests/phpunit/bootstrap.php
tests/phpunit/languages/LanguageSrTest.php
tests/phpunit/languages/LanguageUzTest.php