aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiQueryWatchlistIntegrationTest.php
Commit message (Expand)AuthorAgeFilesLines
* Move ApiQuery* tests under the /query subdirectoryAaron Schulz2020-10-301-1607/+0
* Merge "ApiQueryWatchlist: set `anon` flag as false when relevant instead of o...jenkins-bot2020-08-071-0/+4
|\
| * ApiQueryWatchlist: set `anon` flag as false when relevant instead of omittingDannyS7122019-12-051-0/+4
* | Replace uses and hard deprecate Revision::newFromTitleDannyS7122020-04-181-2/+5
* | Pass a user to WikiPage::doDeleteArticleReal, use new signatureDannyS7122020-03-191-1/+1
* | Make use of PHPUnit's assertCount feature where possibleThiemo Kreuz2020-03-021-6/+6
* | Coding style: Auto-fix MediaWiki.Usage.PHPUnit*James D. Forrester2020-01-101-1/+1
* | Autofix 94 PHPUnit 8 compat issuesDaimona Eaytoy2019-12-131-1/+1
|/
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Replace setExpectedException with two argsDaimona Eaytoy2019-10-051-2/+4
* tests: Prefer assertSame() when comparing the integer 0Thiemo Kreuz2019-09-191-1/+1
* Update MediaWikiTitleCodec to use NamespaceInfoAryeh Gregor2019-04-141-9/+1
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-1/+1
* Add constant for the name of the 'main' slot for MCRGergő Tisza2018-09-241-1/+2
* [MCR] Factor PageUpdater out of WikiPagedaniel2018-06-141-10/+7
* Get rid of ApiTestCase::doLoginAryeh Gregor2018-04-111-2/+4
* Make autopatrol third option in rc_patrolled and use it in APIAmir Sarabadani2018-04-031-0/+2
* build: Updating mediawiki/mediawiki-codesniffer to 17.0.0Umherirrender2018-03-291-1/+1
* phpunit: Add some @covers and @large/@medium to integration testsTimo Tijhof2018-03-201-1/+1
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-1/+1
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-0/+2
* build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-1/+1
* Fix some postgres test failuresAaron Schulz2017-05-101-0/+3
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-2/+2
* Refactor database-related code in ApiQueryWatchlistLeszek Manicki2016-06-291-10/+19
* Use GenderCache service in ApiQueryWatchlistIntegrationTestLeszek Manicki2016-06-151-1/+4
* Whenever possible, reuse User objects in unit testsOri Livneh2016-05-261-45/+40
* Add tests for ApiQueryWatchlistLeszek Manicki2016-05-091-0/+1592