- Note
- GPL-2.0-or-later
Definition at line 13 of file PhpUnitXml.php.
◆ __construct()
MediaWiki\Composer\PhpUnitSplitter\PhpUnitXml::__construct |
( |
string | $phpUnitXmlFile | ) |
|
◆ addSpecialCaseTests()
MediaWiki\Composer\PhpUnitSplitter\PhpUnitXml::addSpecialCaseTests |
( |
int | $groupCount | ) |
|
There are some tests suites / classes where the test listing does not work because test cases are generated dynamically.
For this special cases, we need to add the classes manually back into the suites list to ensure that they get included in a test run.
- See also
- T345481
-
T358394
- Exceptions
-
Definition at line 80 of file PhpUnitXml.php.
◆ addSplitGroups()
MediaWiki\Composer\PhpUnitSplitter\PhpUnitXml::addSplitGroups |
( |
array | $splitGroups | ) |
|
◆ containsSplitGroups()
MediaWiki\Composer\PhpUnitSplitter\PhpUnitXml::containsSplitGroups |
( |
| ) |
|
◆ isPhpUnitXmlPrepared()
static MediaWiki\Composer\PhpUnitSplitter\PhpUnitXml::isPhpUnitXmlPrepared |
( |
string | $targetFile | ) |
|
|
static |
◆ saveToDisk()
MediaWiki\Composer\PhpUnitSplitter\PhpUnitXml::saveToDisk |
( |
string | $targetXml | ) |
|
◆ PHP_UNIT_XML_FILE
const MediaWiki\Composer\PhpUnitSplitter\PhpUnitXml::PHP_UNIT_XML_FILE = "phpunit.xml" |
The documentation for this class was generated from the following file: