aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/SampleTest.php
Commit message (Expand)AuthorAgeFilesLines
* component: Fix links to PHPUnit manual in sampleGreg Rundlett2025-01-311-4/+5
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2023-06-191-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-09-231-2/+2
* tests: Use `overrideConfigValue(s)` where necessaryDerick Alangi2022-07-161-4/+6
* phpcs: Disable `Generic.Files.LineLength` for test filesTimo Tijhof2022-02-181-2/+0
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Fix hang of ApiMainTestTim Starling2020-12-161-21/+0
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-2/+2
* Cleanup of old PHPUnit usage, part 3Max Semenik2019-10-051-4/+3
* Replace old URLs in SampleTestThalia2019-07-101-8/+6
* Fix typo in tests/includes/SampleTest.php in coreAlangi Derick2018-11-021-2/+2
* Use setContentLang() instead of setMwGlobals()Aryeh Gregor2018-07-261-2/+1
* tests: Add some more @covers tagsKunal Mehta2018-05-071-0/+3
* Use ::class to resolve class names in testsUmherirrender2018-01-261-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-4/+2
* Fix test class names to match conventionUmherirrender2017-12-101-1/+1
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-5/+5
* Convert all array() syntax to []Kunal Mehta2016-02-171-9/+9
* Fix the last Generic.Files.LineLength phpcs failuresAmir E. Aharoni2015-10-031-3/+3
* Verify parameter for MapCacheLRU::has() can be passed to array_key_exists()Mark A. Hershberger2015-03-231-1/+1
* test: Clean up data providers that should be staticTimo Tijhof2014-09-181-1/+1
* Move @codingStandardsIgnoreStart into doc commentumherirrender2014-08-191-2/+2
* Limit test leakage, $wgCapitalLinks expected to be trueChad Horohoe2014-07-071-0/+1
* Pass phpcs-strict on some test files (3/x)Siebrand Mazeland2014-04-241-3/+7
* Cleanup SampleTest.phpaddshore2014-03-071-4/+2
* Fix scope on all /phpunit test methodsaddshore2013-10-241-2/+2
* Update formattingSiebrand Mazeland2013-02-141-9/+9
* pass codesniffer on tests/Antoine Musso2013-01-281-1/+0
* worthwhile tests in testTitleObjectStringConversionAntoine Musso2012-12-071-4/+3
* Fix typo (sentances => sentences)Ori Livneh2012-11-271-1/+1
* (bug 35204) set wgLanguageCode in unit testsAlexandre Emsenhuber2012-11-171-0/+1
* Clean and repair many phpunit tests (+ fix implied configuration)Timo Tijhof2012-10-091-6/+14
* Change some NS_IMAGE to NS_FILEumherirrender2012-06-241-1/+1
* Follow-up r90150, another parent::setUp missing.Platonides2011-06-151-0/+2
* Thou shall call parent::tearDown(), MediaWikiLangTestCase child.Platonides2011-06-141-0/+1
* Fix the old XmlTest.php test bug in the dateMenu() when the wiki is configure...Platonides2011-05-011-1/+1
* Apply phase3 related Title fixes. With one minor addition, Title constructor ...Sam Reed2011-04-181-1/+1
* * verbose and color default output from phpunitChad Horohoe2010-12-281-1/+1
* Per wikitech-l discussion: Move tests from maintenance/tests/ to tests/. They...Chad Horohoe2010-12-141-0/+95