Make setUp and tearDown protected in tests
authoraude <aude.wiki@gmail.com>
Sun, 24 Nov 2013 00:46:49 +0000 (01:46 +0100)
committeraude <aude.wiki@gmail.com>
Sun, 24 Nov 2013 00:48:09 +0000 (01:48 +0100)
commit71cf107f99e54d73c6e7f00d37c34eaf78df38a7
tree508ba15229bc9bb12b819a1c8986483c2d722d71
parent9f66447e0aac4f72a7cdcac9ab25ded25aeb8d4e
Make setUp and tearDown protected in tests

These are protected in the parent MediaWikiTestCase and
PHPUnit_Framework_TestCase. No good reason to make them public.

Change-Id: I45ecc0e4209f0c3b27e63a550112e4e0ddf6e530
tests/phpunit/includes/RevisionStorageTest.php
tests/phpunit/includes/SpecialPageTest.php
tests/phpunit/includes/TitleMethodsTest.php
tests/phpunit/includes/api/ApiEditPageTest.php
tests/phpunit/includes/content/ContentHandlerTest.php
tests/phpunit/includes/content/WikitextContentHandlerTest.php
tests/phpunit/includes/diff/DifferenceEngineTest.php
tests/phpunit/includes/parser/TidyTest.php