aboutsummaryrefslogtreecommitdiffstats
path: root/includes/composer/PhpUnitSplitter
Commit message (Expand)AuthorAgeFilesLines
* Use type declaration on undocumented private functionsUmherirrender2025-04-021-1/+1
* Download latest phpunit results cache before parallel testsArthur Taylor2025-03-186-20/+237
* ComposerLaunchParallel: Configure split group count from environmentBrennen Bearnes2025-01-161-0/+17
* Allow SplitGroupExecutor to be created without all constructor argsArthur Taylor2025-01-061-1/+1
* Fix missing split group error log outputArthur Taylor2024-12-033-10/+106
* Fall back to linear tests if parallel test suite generation failsArthur Taylor2024-11-271-5/+13
* Display message when PHPUnit dataprovider has error in parallel runArthur Taylor2024-11-202-14/+45
* Merge "Collect test failure logs and print them at the end of parallel runs"jenkins-bot2024-11-074-0/+479
|\
| * Collect test failure logs and print them at the end of parallel runsArthur Taylor2024-11-054-0/+479
* | Allocate tests to groups sequentially instead of round-robinArthur Taylor2024-11-062-39/+85
* | Sort tests in PHPUnit Parallel test suites by nameArthur Taylor2024-10-311-3/+6
|/
* Add `phpunit:parallel:extensions` composer commandArthur Taylor2024-07-172-12/+39
* Add `phpunit:prepare-parallel:extensions` commandArthur Taylor2024-07-1011-0/+578