aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/ArticleTablesTest.php
Commit message (Expand)AuthorAgeFilesLines
* Move Test files under same folder structure where class is (/includes/)umherirrender2014-12-161-53/+0
* ArticleTablesTest: Clarify test name and docsChad Horohoe2014-09-041-3/+5
* Cleanup a bunch of tests and add todosaddshore2014-03-091-9/+24
* Avoid extra parsing in prepareContentForEdit()Aaron Schulz2013-11-151-1/+1
* @covers tags for inclues/*Testaddshore2013-10-241-0/+4
* Fix scope on all /phpunit test methodsaddshore2013-10-241-1/+1
* Update code formattingSiebrand Mazeland2013-04-261-1/+0
* Remove unused local variables in testsSiebrand Mazeland2013-04-261-2/+2
* Avoid deprecation warnings in test cases.daniel2012-08-281-2/+2
* merging latest masterdaniel2012-08-201-2/+2
* * Use WikiPage instead of ArticleAlexandre Emsenhuber2012-02-011-11/+10
* Reverted r92364 (per-namespace permissions). Tim Starling2011-12-121-1/+1
* w/s changes: “svn diff -x-w” is cleanMark A. Hershberger2011-08-011-5/+5
* First steps for bug 14801: add backend support for per-namespace permissions ...Bryan Tong Minh2011-07-161-1/+1
* Remove notes about being destructive. We work properly on cloned tables nowChad Horohoe2011-07-061-1/+0
* Reinstate r79122 (fix for bug 14404), reverting r83868. The real bug seem to ...Platonides2011-06-071-3/+1
* Follow up r87210Platonides2011-05-011-15/+1
* Follow-up r86775: restub $wgLang. Not because it's a good idea, but because ...Happy-melon2011-04-241-1/+1
* Stop stubbing $wgLang and $wgContLang. There are no major code paths which d...Happy-melon2011-04-231-2/+2
* Various fixes for PHPUnit tests:Paul Copperman2011-04-071-1/+4
* Fix ArticleTablesTest after r81528. It needs to set both $wgLanguageCode and ...Platonides2011-02-201-1/+15
* whitespaceNiklas Laxström2011-02-121-1/+1
* Don't error no matter if the article exists or not.Platonides2010-12-291-2/+2
* Add failing test for bug 14404.Platonides2010-12-281-0/+34