aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/MWNamespaceTest.php
Commit message (Expand)AuthorAgeFilesLines
* NamespaceInfo service to replace MWNamespaceAryeh Gregor2019-04-101-609/+0
* Hard deprecate MWNamespace::canTalk()Max Semenik2019-02-261-0/+1
* MWNamespace: Add getCategoryLinkType() methodKevin Israel2018-06-291-0/+30
* Don't rely on magic __call in MWNamespaceTestKunal Mehta2018-04-061-41/+52
* Remove very, very old disabled test cases and todosThiemo Mättig2017-12-281-65/+1
* Remove resolved todo from MWNamespace testKunal Mehta2017-12-281-1/+0
* Rename canTalk methodsdaniel2017-06-251-12/+34
* Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-5/+5
* Remove "Generated by PHPUnit" comments in 3 filesThiemo Mättig2016-12-131-1/+0
* Remove empty lines from PHP and JavaScript comment blocksThiemo Mättig2016-12-091-1/+0
* Use more short array syntax in comments (/tests/)umherirrender2016-07-101-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-21/+21
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-5/+5
* Standardize @todoumherirrender2014-07-231-1/+1
* Allow moving category pagesJackmcbarn2014-05-091-1/+1
* Pass phpcs-strict on some test files (2/x)Siebrand Mazeland2014-04-241-1/+5
* @covers tags for more test classesaddshore2013-10-241-1/+38
* Fixed return type of getContentNamespaces()Aaron Schulz2013-07-161-5/+5
* Update code formattingSiebrand Mazeland2013-04-261-3/+0
* Tests: Fix case of some methodsumherirrender2013-03-221-9/+9
* Update formattingSiebrand Mazeland2013-02-141-69/+71
* pass codesniffer on tests/Antoine Musso2013-01-281-1/+0
* Fix indentation whitespace errorsumherirrender2012-10-261-1/+1
* Clean and repair many phpunit tests (+ fix implied configuration)Timo Tijhof2012-10-091-89/+34
* helpers to get subjects/talk namespacesAntoine Musso2012-06-261-0/+30
* Add unit test for MWNamespace::isNonincludableumherirrender2012-05-111-0/+9
* Removed assertions calling MWNamespace::isMain() from MWNamespaceTest::testIs...Alexandre Emsenhuber2012-02-151-4/+0
* [Core JS] More fixing of global config variable usageKrinkle2011-12-311-1/+1
* fix typo in messageAntoine Musso2011-12-121-2/+2
* use an helper to test NS subjectsAntoine Musso2011-12-121-16/+25
* add some namespaces equality testsAntoine Musso2011-12-121-0/+11
* use MWNamespaceTest helpers based on __call()Antoine Musso2011-12-121-78/+82
* use __call() to instantly have some new fresh helpersAntoine Musso2011-12-121-0/+30
* * Fixed failing FlaggedRevs tests (one due global to leaks from a core test) ...Aaron Schulz2011-12-101-0/+2
* Implement a number of namespace related equals functions:Daniel Friesen2011-11-221-23/+64
* using real identity for hasharAntoine Musso2011-10-241-2/+2
* Fix missing $ from r95439Sam Reed2011-08-241-1/+1
* Fixup the rest of r82577Sam Reed2011-08-241-5/+36
* Fix testGetTalkExceptions from r82577Sam Reed2011-08-241-2/+11
* Followup r82577Sam Reed2011-08-241-28/+22
* Fix up NS_MAIN subpage testsAntoine Musso2011-08-151-6/+17
* Commit a list of unimplemented tests.Platonides2011-07-201-5/+10
* NS_MAIN can locally have subpages enabledAntoine Musso2011-07-151-1/+8
* Extend MediaWikiTestCase in a few placesChad Horohoe2011-05-251-1/+1
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-2/+2
* Fix MWNamespaceTest::testGetTalkExceptions()Antoine Musso2011-05-141-2/+2
* Remove trailing ?>Platonides2011-02-221-1/+1
* remove hardcoded local pathAntoine Musso2011-02-211-2/+0
* improve namespace related methodsAntoine Musso2011-02-211-0/+441