aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiWatchTest.php
Commit message (Expand)AuthorAgeFilesLines
* PHPUnit: Use FQCN with leading backslash in @covers annotationFomafix2024-11-191-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+1
* tests: Namespace api testsReedy2024-02-181-0/+2
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Clean up testsMatěj Suchánek2024-02-121-1/+1
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-5/+0
* Do not use UTPage directly in testsDaimona Eaytoy2023-08-121-15/+20
* API tests: Assert error codes, not error messagesBartosz Dziewoński2023-04-261-6/+2
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-191-3/+4
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-2/+1
* Drop action api token methods deprecated in 1.24Petr Pchelko2021-09-131-53/+10
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-2/+3
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-3/+2
* Replace use of User::isWatched with WatchlistManager::isWatchedCindy Cicalese2021-04-281-2/+4
* Convert WatchedItem et al to PageIdentityCindy Cicalese2021-03-261-1/+1
* More improvements for ApiWatchTestAmmarpad2021-02-081-6/+3
* Set tablesUsed to watchlist for some api testsUmherirrender2021-02-061-0/+5
* Fix and re-enable broken ApiWatch testAmmarpad2021-02-021-28/+23
* Improve ApiWatchTestAmmarpad2021-02-021-30/+25
* More misc test cleanupDannyS7122020-12-241-2/+1
* Normalize WatchedItem expiry fieldhmonroy2020-10-061-0/+2
* WatchedItemStore: Enforce a maximum watchlist expiry durationMusikAnimal2020-05-221-6/+13
* Add expiry type to ParamValidatorMusikAnimal2020-04-081-2/+6
* ApiWatch: Add support for expiriesMusikAnimal2020-03-241-1/+97
* Make use of PHPUnit's assertCount feature where possibleThiemo Kreuz2020-03-021-1/+1
* Add public as visibility in tests folderUmherirrender2019-10-101-1/+1
* tests: Replace assertions on count() == 0 with strict === []Thiemo Kreuz2019-09-301-1/+1
* tests: Prefer assertSame() when comparing the integer 0Thiemo Kreuz2019-09-191-1/+1
* Get rid of ApiTestCase::doLoginAryeh Gregor2018-04-111-5/+0
* Add @covers tags API tests without themKunal Mehta2017-12-271-0/+2
* Remove empty lines from PHP and JavaScript comment blocksThiemo Mättig2016-12-091-6/+0
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-3/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-14/+14
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-1/+1
* Fixed spacingumherirrender2013-12-081-2/+2
* Set 'watchcreations' and 'watchdefault' options to trueBartosz Dziewoński2013-12-071-0/+9
* Fix scope on all /phpunit test methodsaddshore2013-10-241-5/+5
* Remove placeholder testsChad Horohoe2013-10-041-19/+0
* Use action=tokens for api test tokensaddshore2013-08-051-17/+9
* Remove unused local variables in testsSiebrand Mazeland2013-04-261-4/+2
* Update formattingSiebrand Mazeland2013-02-141-2/+2
* (bug 43762) Mark slow unit test as @group mediumBrad Jorsch2013-01-181-0/+1
* Merge branch 'Wikidata' into master.daniel2012-10-091-9/+9
|\
| * Don't assume main namespace contains wikitextdaniel2012-09-201-9/+9
| * merging latest masterdaniel2012-08-201-40/+33
* | Clean and repair many phpunit tests (+ fix implied configuration)Timo Tijhof2012-10-091-1/+1
* | Fix ApiWatchTestdaniel2012-06-221-40/+33
|/
* Regroup all API tests in the 'API' PHPUnit groupAntoine Musso2012-04-021-12/+13
* Followup r100905, disabling testGetRollbackToken because it reports as failed...John Du Hart2011-10-271-1/+3