Get rid of ApiTestCase::doLogin
authorAryeh Gregor <ayg@aryeh.name>
Wed, 28 Mar 2018 14:01:46 +0000 (17:01 +0300)
committerAryeh Gregor <ayg@aryeh.name>
Wed, 11 Apr 2018 17:17:52 +0000 (20:17 +0300)
commited40e8ec5312481438b7369f0053219e51e0eb5e
treed9c796bbf3f99caafa8213e67fd3e42737f2a037
parentbf56ea38746c35ca1b5daa23c3e92bb7e86b6b19
Get rid of ApiTestCase::doLogin

The function is entirely unnecessary.

Change-Id: I805520e5355119e872e602d0bfc93be26f227128
14 files changed:
tests/phpunit/includes/api/ApiBlockTest.php
tests/phpunit/includes/api/ApiDeleteTest.php
tests/phpunit/includes/api/ApiEditPageTest.php
tests/phpunit/includes/api/ApiPurgeTest.php
tests/phpunit/includes/api/ApiQueryAllPagesTest.php
tests/phpunit/includes/api/ApiQueryRecentChangesIntegrationTest.php
tests/phpunit/includes/api/ApiQueryWatchlistIntegrationTest.php
tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php
tests/phpunit/includes/api/ApiSetNotificationTimestampIntegrationTest.php
tests/phpunit/includes/api/ApiStashEditTest.php
tests/phpunit/includes/api/ApiTestCase.php
tests/phpunit/includes/api/ApiUnblockTest.php
tests/phpunit/includes/api/ApiWatchTest.php
tests/phpunit/includes/api/query/ApiQueryTest.php