function hook_test_finished

Same name in other branches
  1. 8.9.x core/modules/simpletest/simpletest.api.php \hook_test_finished()

An individual test has finished.

This hook is called when an individual test has finished.

Parameters

$results The results of the test as gathered by DrupalWebTestCase.:

See also

DrupalWebTestCase->results

Related topics

1 invocation of hook_test_finished()
_simpletest_batch_operation in modules/simpletest/simpletest.module
Implements callback_batch_operation().

File

modules/simpletest/simpletest.api.php, line 54

Code

function hook_test_finished($results) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.