aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/PagePropsTest.php
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Move PageProps to page/ and namespace it to MediaWiki\Page\Amir Sarabadani2022-12-091-270/+0
* Reorg: Move Title-related classes to title/Amir Sarabadani2022-11-261-0/+1
* Hard deprecate PageProps::getInstance()Alexander Vorwerk2022-03-151-9/+9
* tests: Swap assertion order in unit testsUmherirrender2021-08-041-10/+10
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Simplify PagePropsTestDannyS7122021-05-031-51/+2
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Re-apply "PageProps: use PageIdentity instead of Title""Daniel Kinzler2021-04-281-2/+2
* Revert "PageProps: use PageIdentity instead of Title"Gergő Tisza2021-04-261-2/+2
* PageProps: use PageIdentity instead of Titledaniel2021-04-241-2/+2
* Replace tabs with spacesMatěj Suchánek2020-09-041-1/+1
* Support use of TitleArrayCindy Cicalese2020-09-011-1/+30
* Tests: Replace ::doDeleteArticle with WikiPage::doDeleteArticleRealDannyS7122020-03-251-1/+1
* PageProps: Minor clean up logic of PagePropsTestTimo Tijhof2020-03-061-27/+23
* Remove duplicate variable name from class property PHPDocsThiemo Kreuz2019-12-021-3/+3
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-1/+4
* Automatically reset namespace caches when neededAryeh Gregor2018-08-011-24/+11
* Add @covers tags to miscellaneous testsKunal Mehta2017-12-241-0/+2
* Fix test class names to match conventionUmherirrender2017-12-101-1/+1
* Improve namespace handling in testsBrad Jorsch2017-09-291-2/+2
* Remove empty lines at end of functionsumherirrender2016-11-051-4/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-18/+18
* Converted ApiQueryPageProps to use PageProps; added multi-property query to P...Cindy Cicalese2016-02-161-11/+40
* Add page_props table access classCindy Cicalese2016-01-151-0/+276