aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/ExportTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Move test cases from /includes/ into sub folderUmherirrender2023-09-131-166/+0
* tests: Require existing page in ExportTestUmherirrender2023-07-291-6/+3
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Fix XML dumps for content types with non-string getNativeData()Máté Szabó2023-02-011-17/+116
* tests: Use `overrideConfigValue(s)` where necessaryDerick Alangi2022-07-161-3/+3
* Suppress deprecation warnings from libxml_disable_entity_loader()Tim Starling2022-01-211-2/+4
* WikiExporter: inject servicesAlexander Vorwerk2021-09-061-8/+5
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Revert "Wrap libxml_disable_entity_loader() calls in version constraint"Reedy2021-01-271-6/+2
* Wrap libxml_disable_entity_loader() calls in version constraintReedy2021-01-271-2/+6
* Explicitly wrap some XML calls in libxml_disable_entity_loader()Reedy2020-09-201-0/+4
* Work around change in SimpleXMLElement behavior introduced in PHP 7.3.17C. Scott Ananian2020-04-301-7/+4
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-2/+4
* DumpStringOutput: Rename getOutput() to __toString()Kevin Israel2016-07-141-2/+1
* ApiQuery: Don't mess with PHP output bufferingKevin Israel2016-07-081-2/+3
* phpunit: Abstract user-lang override in MediaWikiTestCaseTimo Tijhof2016-03-091-2/+0
* ExportTest: Simplify code that failed on 5.3 because of reserved word 'namesp...Bartosz Dziewoński2016-02-171-8/+6
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Added a simple smoke test for exportmhutti12015-12-271-0/+71