Move api/ApiTestUser.php to TestUser.php and make available in MediaWikiTestCase...
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Tue, 11 Sep 2012 00:07:18 +0000 (17:07 -0700)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 13 Sep 2012 18:40:23 +0000 (18:40 +0000)
commit59ec5a325ccd42cf02343b4c3203fc9dadbc0719
tree02c7b6a69936a32556b8a9c43b270fbb8fab193e
parent6167bae1b37ac20550a3e58107319243495b1821
Move api/ApiTestUser.php to TestUser.php and make available in MediaWikiTestCase class.

* Renamed class ApiTestUser to TestUser.

Change-Id: I1c3c659c3ba5c54a314d879132f760008983372d
tests/TestsAutoLoader.php
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/PreferencesTest.php
tests/phpunit/includes/TestUser.php [new file with mode: 0644]
tests/phpunit/includes/api/ApiTestCase.php
tests/phpunit/includes/api/ApiTestUser.php [deleted file]
tests/phpunit/includes/upload/UploadStashTest.php