Problem/Motivation
This issue belongs in the 8.7.x issue queue, but that branch is not yet available for filing an issue.
Follow-up to #2905007: Allow run-tests.sh to report skipped/incomplete PHPUnit tests
In that issue we began deprecating these functions:
simpletest_phpunit_xml_to_rows()simpletest_phpunit_find_testcases()simpletest_phpunit_testcase_to_row()
They are still in use, however, in order to parse PHPUnit 4 JUnit reports.
In Drupal 8.7.x, we will drop support for PHP 5, which means all our testing will occur using PHPUnit 6.
When that happens, we can more formally deprecate these functions, since they support JUnit reports for a version of PHPUnit we no longer use.
Comments
Comment #4
mile23Comment #5
mile23Postponed on #2905007: Allow run-tests.sh to report skipped/incomplete PHPUnit tests
Comment #6
mile23Out of date because the target branch is 8.8.x which no longer supports PHPUnit < 6.5.