1 simpletest.api.php hook_test_finished($results)

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 BackdropWebTestCase.:

See also

BackdropWebTestCase->results

Related topics

File

core/modules/simpletest/simpletest.api.php, line 53
Hooks provided by the SimpleTest module.

Code

function hook_test_finished($results) {
}