Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Facade.php

function Facade::processTests

1 call to Facade::processTests()
Facade::process in vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php

File

vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php, line 218

Class

Facade

Namespace

SebastianBergmann\CodeCoverage\Report\Xml

Code

private function processTests(array $tests) : void {
    $testsObject = $this->project
        ->tests();
    foreach ($tests as $test => $result) {
        $testsObject->addTest($test, $result);
    }
}
RSS feed
Powered by Drupal