aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/TemplateCategoriesTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Move test cases from /includes/ into sub folderUmherirrender2023-09-131-87/+0
* phpunit: Update `@covers` annotations for namespaced classesFunc2023-05-271-1/+1
* objectcache: Remove $wgMainWANCache and $wgWANObjectCachesTimo Tijhof2023-03-071-0/+7
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+2
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-09-231-2/+2
* tests: Replace deprecated WikiPage::factoryUmherirrender2022-09-021-2/+3
* tests: Make sure deferred updates are done and re-enable TemplateCategoriesTestFunc2022-03-171-7/+4
* tests: Replace usages of deprecated WikiPage::doDeleteArticleRealDaimona Eaytoy2022-01-171-1/+1
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-15/+9
* TemplateCategoriesTest: remove unneeded require of runJobs.phpDannyS7122021-05-121-2/+0
* Add MediaWikiIntegrationTestCase::runJobs() and use itTim Starling2021-05-051-12/+3
* Pass a user to WikiPage::doDeleteArticleReal, use new signatureDannyS7122020-03-191-2/+1
* Re-apply: Factors out permissions check from User into PermissionManager serviceVedmaka2019-06-281-1/+1
* Revert "Factors out permissions check from User into PermissionManager service"Kosta Harlan2019-05-301-1/+1
* Factors out permissions check from User into PermissionManager serviceVedmaka2019-05-291-1/+1
* Move phpunit @group from file comment to class commentUmherirrender2018-03-101-2/+2
* Disable broken TemplateCategoriesTest unit testTimo Tijhof2017-05-201-0/+3
* Remove empty lines at end of functionsumherirrender2016-11-051-1/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-8/+8
* Add a RefreshLinks job when a template is deletedBrad Jorsch2013-11-061-8/+51
* Fix scope on all /phpunit test methodsaddshore2013-10-241-1/+1
* Add more @covers tags and test cleanupaddshore2013-10-221-2/+19
* Update code formattingSiebrand Mazeland2013-04-261-1/+0
* Remove unused local variables in testsSiebrand Mazeland2013-04-261-2/+2
* [JobQueue] Optimized JobQueueGroup::pop().Aaron Schulz2013-01-141-0/+1
* merged masterdaniel2012-08-291-1/+1
* Revert "merged master"Daniel Kinzler2012-08-291-1/+1
* merged masterdaniel2012-08-291-1/+1
* Avoid deprecation warnings in test cases.daniel2012-08-281-2/+2
* * Use WikiPage instead of Article to call doEdit()Alexandre Emsenhuber2012-02-121-8/+6
* swap assertEquals parameters in TemplateCategoriesTestAntoine Musso2012-01-121-2/+8
* Test to ensure that after adding a category to a template, the articles get m...Platonides2011-11-271-0/+32