| Versionen | |
|---|---|
| drupal7 | hook_test_finished($results) |
An individual test has finished.
This hook is called when an individual test has finished.
see DrupalWebTestCase->results
$results The results of the test as gathered by DrupalWebTestCase.
None.
modules/
<?php
function hook_test_finished($results) { }
?>
Kommentare
Kommentar hinzufügen