index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
phpunit
/
includes
/
api
/
ApiWatchTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
PHPUnit: Use FQCN with leading backslash in @covers annotation
Fomafix
2024-11-19
1
-1
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-1
/
+1
*
tests: Namespace api tests
Reedy
2024-02-18
1
-0
/
+2
*
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
1
-1
/
+1
*
Clean up tests
Matěj Suchánek
2024-02-12
1
-1
/
+1
*
Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary
James D. Forrester
2023-11-21
1
-5
/
+0
*
Do not use UTPage directly in tests
Daimona Eaytoy
2023-08-12
1
-15
/
+20
*
API tests: Assert error codes, not error messages
Bartosz Dziewoński
2023-04-26
1
-6
/
+2
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`
Derick Alangi
2022-07-19
1
-3
/
+4
*
phpunit: use ->getServiceContainer() in integration tests
Alexander Vorwerk
2022-01-27
1
-2
/
+1
*
Drop action api token methods deprecated in 1.24
Petr Pchelko
2021-09-13
1
-53
/
+10
*
Revert "Use CsrfTokenSet as CSRF token source"
Kunal Mehta
2021-08-05
1
-2
/
+3
*
Use CsrfTokenSet as CSRF token source
Petr Pchelko
2021-07-12
1
-3
/
+2
*
Replace use of User::isWatched with WatchlistManager::isWatched
Cindy Cicalese
2021-04-28
1
-2
/
+4
*
Convert WatchedItem et al to PageIdentity
Cindy Cicalese
2021-03-26
1
-1
/
+1
*
More improvements for ApiWatchTest
Ammarpad
2021-02-08
1
-6
/
+3
*
Set tablesUsed to watchlist for some api tests
Umherirrender
2021-02-06
1
-0
/
+5
*
Fix and re-enable broken ApiWatch test
Ammarpad
2021-02-02
1
-28
/
+23
*
Improve ApiWatchTest
Ammarpad
2021-02-02
1
-30
/
+25
*
More misc test cleanup
DannyS712
2020-12-24
1
-2
/
+1
*
Normalize WatchedItem expiry field
hmonroy
2020-10-06
1
-0
/
+2
*
WatchedItemStore: Enforce a maximum watchlist expiry duration
MusikAnimal
2020-05-22
1
-6
/
+13
*
Add expiry type to ParamValidator
MusikAnimal
2020-04-08
1
-2
/
+6
*
ApiWatch: Add support for expiries
MusikAnimal
2020-03-24
1
-1
/
+97
*
Make use of PHPUnit's assertCount feature where possible
Thiemo Kreuz
2020-03-02
1
-1
/
+1
*
Add public as visibility in tests folder
Umherirrender
2019-10-10
1
-1
/
+1
*
tests: Replace assertions on count() == 0 with strict === []
Thiemo Kreuz
2019-09-30
1
-1
/
+1
*
tests: Prefer assertSame() when comparing the integer 0
Thiemo Kreuz
2019-09-19
1
-1
/
+1
*
Get rid of ApiTestCase::doLogin
Aryeh Gregor
2018-04-11
1
-5
/
+0
*
Add @covers tags API tests without them
Kunal Mehta
2017-12-27
1
-0
/
+2
*
Remove empty lines from PHP and JavaScript comment blocks
Thiemo Mättig
2016-12-09
1
-6
/
+0
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-3
/
+3
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-14
/
+14
*
Fix issues identified by SpaceBeforeSingleLineComment sniff
Vivek Ghaisas
2015-09-26
1
-1
/
+1
*
Fixed spacing
umherirrender
2013-12-08
1
-2
/
+2
*
Set 'watchcreations' and 'watchdefault' options to true
Bartosz Dziewoński
2013-12-07
1
-0
/
+9
*
Fix scope on all /phpunit test methods
addshore
2013-10-24
1
-5
/
+5
*
Remove placeholder tests
Chad Horohoe
2013-10-04
1
-19
/
+0
*
Use action=tokens for api test tokens
addshore
2013-08-05
1
-17
/
+9
*
Remove unused local variables in tests
Siebrand Mazeland
2013-04-26
1
-4
/
+2
*
Update formatting
Siebrand Mazeland
2013-02-14
1
-2
/
+2
*
(bug 43762) Mark slow unit test as @group medium
Brad Jorsch
2013-01-18
1
-0
/
+1
*
Merge branch 'Wikidata' into master.
daniel
2012-10-09
1
-9
/
+9
|
\
|
*
Don't assume main namespace contains wikitext
daniel
2012-09-20
1
-9
/
+9
|
*
merging latest master
daniel
2012-08-20
1
-40
/
+33
*
|
Clean and repair many phpunit tests (+ fix implied configuration)
Timo Tijhof
2012-10-09
1
-1
/
+1
*
|
Fix ApiWatchTest
daniel
2012-06-22
1
-40
/
+33
|
/
*
Regroup all API tests in the 'API' PHPUnit group
Antoine Musso
2012-04-02
1
-12
/
+13
*
Followup r100905, disabling testGetRollbackToken because it reports as failed...
John Du Hart
2011-10-27
1
-1
/
+3
[next]