diff options
author | daniel <dkinzler@wikimedia.org> | 2021-04-09 19:06:33 +0200 |
---|---|---|
committer | daniel <dkinzler@wikimedia.org> | 2021-04-26 17:48:02 +0200 |
commit | c7eca76241e0041b9a8b720705f51b56251a29a3 (patch) | |
tree | f11fde214b0bf1e5410949dd7056d50f03cf1745 /tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php | |
parent | da1c9896e1ff3f3d5c68871a5e761240328703d6 (diff) | |
download | mediawikicore-c7eca76241e0041b9a8b720705f51b56251a29a3.tar.gz mediawikicore-c7eca76241e0041b9a8b720705f51b56251a29a3.zip |
RecentChange: replace Title in method signatures
Bug: T278459
Change-Id: I144ea130f29ec437302649d86494034af044c524
Diffstat (limited to 'tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php')
-rw-r--r-- | tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php b/tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php index 24208fd48785..85d258ac5c16 100644 --- a/tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php +++ b/tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php @@ -580,7 +580,6 @@ class ApiQueryRecentChangesIntegrationTest extends ApiTestCase { $title = Title::newFromLinkTarget( $target ); $rc = new RecentChange; - $rc->mTitle = $title; $rc->mAttribs = [ 'rc_timestamp' => wfTimestamp( TS_MW ), 'rc_namespace' => $title->getNamespace(), |