diff options
author | Reedy <reedy@wikimedia.org> | 2016-03-19 00:08:06 +0000 |
---|---|---|
committer | TTO <at.light@live.com.au> | 2016-03-19 00:20:58 +0000 |
commit | b5656b6953888ceae07889d1e3b96c42d824990e (patch) | |
tree | 06dc0d21fda1423ecb5f96c7333f6367e924a001 /tests/phpunit/includes/TitlePermissionTest.php | |
parent | 1834ee3d8e2f6a8ef2067ee7925c4f561209b12f (diff) | |
download | mediawikicore-b5656b6953888ceae07889d1e3b96c42d824990e.tar.gz mediawikicore-b5656b6953888ceae07889d1e3b96c42d824990e.zip |
Many more function case mismatches
Change-Id: I5d3a5eb8adea1ecbf136415bb9fd7a162633ccca
Diffstat (limited to 'tests/phpunit/includes/TitlePermissionTest.php')
-rw-r--r-- | tests/phpunit/includes/TitlePermissionTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/TitlePermissionTest.php b/tests/phpunit/includes/TitlePermissionTest.php index 6048ca78497a..5ecdf5613427 100644 --- a/tests/phpunit/includes/TitlePermissionTest.php +++ b/tests/phpunit/includes/TitlePermissionTest.php @@ -658,7 +658,7 @@ class TitlePermissionTest extends MediaWikiLangTestCase { $this->setUserPerm( [ "createpage" ] ); $this->setTitle( NS_MAIN, "test page" ); $this->title->mTitleProtection['permission'] = ''; - $this->title->mTitleProtection['user'] = $this->user->getID(); + $this->title->mTitleProtection['user'] = $this->user->getId(); $this->title->mTitleProtection['expiry'] = 'infinity'; $this->title->mTitleProtection['reason'] = 'test'; $this->title->mCascadeRestriction = false; |