aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/ArticleTest.php
Commit message (Expand)AuthorAgeFilesLines
* Move Test files under same folder structure where class is (/includes/)umherirrender2014-12-161-95/+0
* Add deprecation messages to static methods in Article.phpwithoutaname2014-06-241-0/+1
* Pass phpcs-strict on some test files (1/x)Siebrand Mazeland2014-04-241-1/+3
* @covers tags for inclues/*Testaddshore2013-10-241-14/+14
* Fix scope on all /phpunit test methodsaddshore2013-10-241-6/+6
* Update formattingSiebrand Mazeland2013-02-141-3/+3
* hideDeprecated( 'CategoryPage::getAutosummary' )Platonides2012-12-071-0/+1
* tests: always call parent setUpAntoine Musso2012-10-231-2/+2
* Merge branch 'Wikidata' into master.daniel2012-10-091-0/+3
|\
| * Avoid deprecation warnings in test cases.daniel2012-08-281-0/+3
* | Clean and repair many phpunit tests (+ fix implied configuration)Timo Tijhof2012-10-091-6/+12
|/
* Need to set mDataLoaded so that this works without a dbPlatonides2011-12-271-1/+1
* Follow-up r105790: make tests work againAlexandre Emsenhuber2011-12-111-6/+6
* For r91123:Aaron Schulz2011-09-071-1/+1
* rv r96424, Roan had his funChad Horohoe2011-09-071-2/+2
* Break some tests intentionally to see how Jenkins displays thatRoan Kattouw2011-09-071-2/+2
* It is stupid to test that a void method returns null. Add a comment explainin...Platonides2011-07-231-3/+6
* Follow-up r91997, moved newFromTitle() function to WikiPage.php and renamed t...Aaron Schulz2011-07-121-3/+3
* Added WikiPageFactory class with newFromTitle() functionAaron Schulz2011-07-121-0/+13
* split tests for ArticleTestAntoine Musso2011-07-031-19/+51
* * Split off WikiPage class from Article, WikiFilePage class from ImagePage, a...Aaron Schulz2011-06-291-0/+34