aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/suites
Commit message (Expand)AuthorAgeFilesLines
* tests: Use namespaced classesUmherirrender2024-10-211-9/+9
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-163-3/+3
* tests: Make use of ??= and ?? operators in various teststhiemowmde2024-08-151-3/+1
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-0/+1
* tests: Use namespaced classes (@covers)Umherirrender2024-06-141-1/+1
* parsertests: Misc cleanupDaimona Eaytoy2024-03-153-18/+18
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-11/+11
* Clean up testsMatěj Suchánek2024-02-121-2/+2
* Merge "tests: Use namespaced class names in @covers annotations"jenkins-bot2024-01-271-1/+1
|\
| * tests: Use namespaced class names in @covers annotationsUmherirrender2024-01-271-1/+1
* | ParsoidTestFileSuite: Fix use of undefined $runnerOpts variableSubramanya Sastry2024-01-261-2/+2
|/
* phpunit: Make getPHPUnitExtensionsAndSkins run the UnitTestsList hookDaimona Eaytoy2023-11-131-7/+12
* phpunit: Determine what extensions to load in unit tests via configDaimona Eaytoy2023-09-252-0/+72
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-1/+1
* phpunit: Delete DummyExtensionsTestDaimona Eaytoy2023-07-171-16/+0
* Replace usages of deprecated MWExceptionDaimona Eaytoy2023-06-062-2/+2
* Replace internal Hooks::runnerUmherirrender2023-05-111-1/+3
* Remove LessFileCompilationTestTim Starling2023-05-021-37/+0
* ParserTestRunner: Additional refactoring and cleanupSubramanya Sastry2023-04-111-4/+1
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-2/+1
* Followup to 02d13afa: Respect parsoid-compatible options in CLI runsSubramanya Sastry2022-10-251-10/+2
* Auto-discover core parser test filesC. Scott Ananian2022-10-131-1/+0
* Remove $wgParserTestFiles, deprecated in MW 1.30C. Scott Ananian2022-10-131-5/+13
* Followup on 02d13afa: Unbreak Parsoid parser test runsSubramanya Sastry2022-08-251-3/+6
* Merge "Set skipMode to something other than legacy"jenkins-bot2022-08-191-1/+3
|\
| * Set skipMode to something other than legacyArlo Breault2022-08-191-1/+3
* | Merge "Allow parsoid-compatible parser tests to select a subset of parsoid mo...jenkins-bot2022-08-191-0/+8
|\|
| * Allow parsoid-compatible parser tests to select a subset of parsoid modesC. Scott Ananian2022-08-181-0/+8
* | tests/parser/TestMode: move parser test helper class to parsoid libraryC. Scott Ananian2022-08-163-3/+3
|/
* phpunit: Fix trivial dynamic property usages in testsMáté Szabó2022-07-292-3/+6
* Clean up line indent with mixed tabs and whitespacesUmherirrender2022-07-091-1/+1
* Pass <Test,TestMode> as argument pair, deprecate old TestFileReaderC. Scott Ananian2022-06-033-60/+73
* ResourceLoader namespace (attempt 2)Tim Starling2022-05-241-3/+3
* Add Parsoid capabilities to parserTests.php scriptSubramanya Sastry2022-05-202-51/+13
* ParserTest runner improvements (improve feature parity with Parsoid)Subramanya Sastry2022-05-203-32/+85
* Revert "ResourceLoader namespace"Lucas Werkmeister (WMDE)2022-05-161-3/+3
* ResourceLoader namespaceTim Starling2022-05-161-3/+3
* Add partial support for running Parsoid selser testsSubramanya Sastry2022-04-211-2/+8
* Add support for Parsoid html2wt & html2html testing modesSubramanya Sastry2022-04-211-1/+1
* Add wt2wt test mode to ParsoidTestRunnerSubramanya Sastry2022-04-061-4/+3
* Refactor Parsoid test runner to simplify testing non-wt2html modesSubramanya Sastry2022-04-062-14/+28
* SuiteEventsTrait: don't call setUp() for an empty suiteTim Starling2022-03-171-0/+6
* phpunit: Use is_file/is_dir instead of file_existsKosta Harlan2022-01-031-1/+1
* build: Updating dependencieslibraryupgrader2021-07-224-7/+7
* Remove unused default values from class propertiesThiemo Kreuz2021-05-121-1/+1
* Fix typo in ParserTestTopLevelSuiteThiemo Kreuz2021-02-191-1/+1
* Tests: Mark more more closures as staticUmherirrender2021-02-091-1/+1
* ParserTestRunner: share more code w/ MediaWikiIntegrationTestCaseC. Scott Ananian2021-01-071-24/+9
* Don't silently discard exceptions in test suite setUp/tearDown methodsC. Scott Ananian2021-01-041-8/+58
* Add support for running parsertests with Parsoid in integrated modeC. Scott Ananian2020-12-234-4/+101